Robotran C Documentation
set_plot.h
Go to the documentation of this file.
1 
7 #ifndef _SET_PLOT_H_
8 #define _SET_PLOT_H_
9 
10 #include "user_realtime.h"
11 #include "plot_sdl.h"
12 
13 #ifdef SDL
14  void reset_flag_plot();
15  void init_set_plot(Screen_sdl *screen_sdl);
16  void free_set_plot();
17 #endif
18 
19 #endif
auto_plot.h
functions used to automatically update the user curves plotted
set_plot.h
set_plot function called by the user to plot a curve
plot_sdl.h
main SDL functions (plot curves and handles keyboard, joystick... inputs)
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