user real-time option More...
#include <mbs_realtime_struct.h>
Public Attributes | |
| double | t0 |
| initial simulation time [s] More... | |
| double | tf |
| final simulation time [s] More... | |
| double | dt0 |
| simulation time step [s] More... | |
| int | init_break |
| 1 to start with a break, 0 otherwise More... | |
| int | final_break |
| 1 to finish with a break, 0 otherwise More... | |
| int | buffer_size |
| size of the buffer for 3D and sdl More... | |
| double | init_speed_factor |
| initial speed factor More... | |
| int | flag_plot |
| 1 if SDL plots features activated, 0 otherwise More... | |
| int | max_nb_curves |
| maximum number of curves plotted More... | |
| int | flag_visu |
| 1 if Java visualization features activated, 0 otherwise More... | |
| int | nb_models |
| number of models to load More... | |
| int * | nb_q |
| number of joints in the .mbs used for visualization (for each model) More... | |
| char ** | mbs_file |
| path and file name for the .mbs file used for Java visualization (for each model) More... | |
| char * | mbsz_file |
More... | |
| int | start_viewpoint |
| initial visu viewpoint ID More... | |
| double | fqc_visu |
| frequence of the 3D visualization refreshment [Hz] More... | |
user real-time option
| int buffer_size |
size of the buffer for 3D and sdl
| double dt0 |
simulation time step [s]
| int final_break |
1 to finish with a break, 0 otherwise
| int flag_plot |
1 if SDL plots features activated, 0 otherwise
| int flag_visu |
1 if Java visualization features activated, 0 otherwise
| double fqc_visu |
frequence of the 3D visualization refreshment [Hz]
| int init_break |
1 to start with a break, 0 otherwise
| double init_speed_factor |
initial speed factor
| int max_nb_curves |
maximum number of curves plotted
| char** mbs_file |
path and file name for the .mbs file used for Java visualization (for each model)
| char* mbsz_file |
Filepath to the mbsz project to be send at the socket initialization.
If NULL, no projet will be sent at the initialization.
| int nb_models |
number of models to load
| int* nb_q |
number of joints in the .mbs used for visualization (for each model)
| int start_viewpoint |
initial visu viewpoint ID
| double t0 |
initial simulation time [s]
| double tf |
final simulation time [s]
1.8.17