set_plot function called by the user to plot a curve More...
#include "user_realtime.h"
Go to the source code of this file.
Functions | |
AutoPlot * | init_set_plot (int max_nb_curves) |
initialize the static auto_plot structure More... | |
void | reset_flag_plot () |
reset the flag_plot to 0. Useful when running several simulation in a row with different save2file settings. More... | |
void | free_set_plot () |
release memory of auto_plot More... | |
set_plot function called by the user to plot a curve
void free_set_plot | ( | ) |
release memory of auto_plot
AutoPlot* init_set_plot | ( | int | max_nb_curves | ) |
initialize the static auto_plot structure
[in] | max_nb_curves | maximum number of curves to display |
void reset_flag_plot | ( | ) |
reset the flag_plot to 0. Useful when running several simulation in a row with different save2file settings.