Robotran C Documentation
Public Attributes | List of all members
Realtime_option Struct Reference

user real-time option More...

#include <realtime.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 curve_width
 plot curve width in number of pixels More...
 
int screen_width
 plot screen width in number of pixels More...
 
int screen_height
 plot screen height in number of pixels More...
 
int max_nb_curves
 maximum number of curves plotted More...
 
int max_nb_legends
 maximum number of curves legends indicated More...
 
double y_min_init
 initial lower bound for the y values plotted More...
 
double y_max_init
 initial upper bound for the y values plotted More...
 
int color_tab [NB_COLORS_SDL]
 colors of the curves More...
 
double fqc_screen
 frequence of the SDL plots refreshment [Hz] 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 fot the .mbs file used for Java visualization (for each model) More...
 
int start_viewpoint
 initial visu viewpoint ID More...
 
double fqc_visu
 frequence of the 3D visualization refreshment [Hz] More...
 

Detailed Description

user real-time option

Member Data Documentation

◆ buffer_size

int buffer_size

size of the buffer for 3D and sdl

◆ color_tab

int color_tab[NB_COLORS_SDL]

colors of the curves

◆ curve_width

int curve_width

plot curve width in number of pixels

◆ dt0

double dt0

simulation time step [s]

◆ final_break

int final_break

1 to finish with a break, 0 otherwise

◆ flag_plot

int flag_plot

1 if SDL plots features activated, 0 otherwise

◆ flag_visu

int flag_visu

1 if Java visualization features activated, 0 otherwise

◆ fqc_screen

double fqc_screen

frequence of the SDL plots refreshment [Hz]

◆ fqc_visu

double fqc_visu

frequence of the 3D visualization refreshment [Hz]

◆ init_break

int init_break

1 to start with a break, 0 otherwise

◆ init_speed_factor

double init_speed_factor

initial speed factor

◆ max_nb_curves

int max_nb_curves

maximum number of curves plotted

◆ max_nb_legends

int max_nb_legends

maximum number of curves legends indicated

◆ mbs_file

char** mbs_file

path and file name fot the .mbs file used for Java visualization (for each model)

◆ nb_models

int nb_models

number of models to load

◆ nb_q

int* nb_q

number of joints in the .mbs used for visualization (for each model)

◆ screen_height

int screen_height

plot screen height in number of pixels

◆ screen_width

int screen_width

plot screen width in number of pixels

◆ start_viewpoint

int start_viewpoint

initial visu viewpoint ID

◆ t0

double t0

initial simulation time [s]

◆ tf

double tf

final simulation time [s]

◆ y_max_init

double y_max_init

initial upper bound for the y values plotted

◆ y_min_init

double y_min_init

initial lower bound for the y values plotted


The documentation for this struct was generated from the following file: