|
Robotran C Documentation
|
Go to the documentation of this file.
2 #ifndef _USER_REALTIME_H_
3 #define _USER_REALTIME_H_
32 void set_plot(
double value,
const char* label);
35 void set_plot(
double value,
char* label);
user realtime visu prototype
Declaration of functions that are project dependent.
void user_realtime_plot(MbsData *mbs_data)
assign values for the SDL functions
Definition: user_realtime_plot.c:28
Definition: mbs_data.h:247
Real-time constraints main header.
real-time structure
Definition: mbs_realtime_struct.h:133
void user_joystick_buttons(MbsData *mbs_data, int buttonID)
handle inputs comming from joysticks buttons
Definition: user_realtime_events.c:88
void user_keyboard(MbsData *mbs_data, Simu_realtime *realtime, int cur_t_usec, const uint8_t *keystates)
handle inputs comming from the keyboard
Definition: user_realtime_events.c:43
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
void wait_key(Simu_realtime *realtime, int cur_t_usec, double tsim)
void set_plot(double value, char *label)
function called by the user to plot a curve
Definition: set_plot.c:47