This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | data_init (datas *d) |
| Initialize constants in the data strucure datas. | |
| void | data_update_state (datas *d, double *state) |
| Update data structure datas from state-vector. | |
| void | data_update_param (datas *d, parameters *P) |
| Update data structure datas from values from structure *P. | |
| void | angles_update (datas *d) |
| Updates angles from Target/Sliders instrument values. | |
Definition in file dataFillings.h.
|
|
Updates angles from Target/Sliders instrument values. Updates sufaces-angles from Target/Sliders instrument values. Angles should be controlled via these instrument variables so that both angles AND instrument appearence are modified!
Definition at line 187 of file dataFillings.cpp. References datas::Cal_left_neutral, datas::Cal_pitch_neutral, datas::Cal_right_neutral, datas::Cal_yaw_neutral, datas::Hslider_x, datas::tanCal_left, datas::tanCal_pitch, datas::tanCal_right, datas::tanCal_yaw, datas::tanCal_yaw0, datas::target_x, datas::target_y, and datas::Vslider_x. Referenced by DrawGLScene(). |
|
|
Initialize constants in the data strucure datas.
Initialisation for constant values (like accleration
Definition at line 26 of file dataFillings.cpp. References datas::A_pitch, datas::A_sail, datas::A_structure, datas::Baume, datas::CD_structure, datas::Chord, datas::Chord_max, datas::Chord_min, datas::Chord_pitch, datas::Chord_yaw, datas::E_foils, datas::E_yaw, datas::Env_pitch, datas::epsilon, datas::Fac_update, datas::g, datas::Hslider_x, datas::Ix, datas::Iy, datas::Iz, datas::L_mast, datas::L_nose, datas::Long, datas::M, pi, datas::rho, datas::rho_air, datas::tanCal_left, datas::tanCal_pitch, datas::tanCal_right, datas::target_x, datas::target_y, datas::V_wave0, datas::Vslider_x, datas::Wave_amp0, datas::Wave_angle0, and datas::Wind. Referenced by mexFunction(). |
|
||||||||||||
|
||||||||||||
|
Update data structure datas from state-vector.
Update data structure datas from state-vector (i.e. state or
Definition at line 86 of file dataFillings.cpp. References datas::dphi, datas::dpsi, datas::dtheta, datas::dx, datas::dy, datas::dz, datas::phi, datas::psi, datas::theta, datas::x, datas::y, and datas::z. Referenced by compute_state_dot(), f(), and mexFunction(). |
1.4.6-NO