|
Robotran C Documentation
|
int flag_plot
1 if init_set_plot was called, 0 otherwise
Definition: set_plot.c:7
AutoPlot * init_set_plot(int max_nb_curves)
initialize the static auto_plot structure
Definition: set_plot.c:23
functions used to automatically update the user curves plotted
User curves to plot auto-update.
Definition: mbs_realtime_struct.h:58
static AutoPlot * auto_plot
Definition: set_plot.c:5
set_plot function called by the user to plot a curve
void reset_flag_plot()
reset the flag_plot to 0. Useful when running several simulation in a row with different save2file se...
Definition: set_plot.c:13
void set_plot(double value, char *label)
function called by the user to plot a curve
Definition: set_plot.c:47
void reset_flag_plot()
reset the flag_plot to 0. Useful when running several simulation in a row with different save2file se...
Definition: set_plot.c:13
void free_auto_plot(AutoPlot *auto_plot)
release memory for AutoPlot
Definition: auto_plot.c:43
void update_auto_plot(AutoPlot *auto_plot, double value, const char *label)
update auto_plot when a 'set_plot' is encountered
Definition: auto_plot.c:56
AutoPlot * init_set_plot(int max_nb_curves)
initialize the static auto_plot structure
Definition: set_plot.c:23
void free_set_plot()
release memory of auto_plot
Definition: set_plot.c:34
void free_set_plot()
release memory of auto_plot
Definition: set_plot.c:34
AutoPlot * init_auto_plot(int max_nb)
initialize the AutoPlot structure
Definition: auto_plot.c:13