Robotran C Documentation
UserDef.h
Go to the documentation of this file.
1 //---------------------------
2 // UCL-CEREM-MBS
3 //
4 // @version MBsysLab_s 1.7.a
5 //
6 // Creation : 2006
7 // Last update : 01/10/2008
8 //---------------------------
9 
10 #ifndef UserDef_h
11 #define UserDef_h
12 /*--------------------*/
13 
14 
15 
16 /*--------------------*/
17 #endif
Realtime_option
user real-time option
Definition: realtime.h:42
mbs_project_fct_ptr.h
user_realtime_options
void user_realtime_options(MbsData *mbs_data, Realtime_option *options)
modify the real-time options
Definition: user_realtime_options.c:84
mbs_data.h
user_keyboard
void user_keyboard(MbsData *mbs_data, Simu_realtime *realtime, int cur_t_usec, const Uint8 *keystates)
handle inputs comming from the keyboard
Definition: user_realtime_events.c:43
user_joystick_axes
void user_joystick_axes(MbsData *mbs_data, Simu_realtime *realtime, int nb_joysticks)
handle inputs comming from joysticks axes
Definition: user_realtime_events.c:68
user_joystick_buttons
void user_joystick_buttons(MbsData *mbs_data, int buttonID)
handle inputs comming from joysticks buttons
Definition: user_realtime_events.c:88
Uint8
uint8_t Uint8
Definition: mbs_project_fct_ptr.h:98
MbsData::q
double * q
Array with the current values of the generalized coordinates.
Definition: mbs_data.h:284
MbsData
Definition: mbs_data.h:246
realtime.h
Real-time constraints main header.
Simu_realtime
real-time structure
Definition: realtime.h:99
user_realtime_plot
void user_realtime_plot(MbsData *mbs_data)
assign values for the SDL functions
Definition: user_realtime_plot.c:28
user_realtime_visu
void user_realtime_visu(MbsData *mbs_data, int nb_models, int *nb_q, double **q_vec)
Java visualization user configuration.
Definition: user_realtime_visu.c:33
user_realtime.h
set_plot
void set_plot(double value, char *label)
function called by the user to plot a curve (void in this case)
Definition: void_set_plot.c:18