functions used to automatically update the user curves plotted More...
#include "mbs_realtime_struct.h"
Go to the source code of this file.
Functions | |
AutoPlot * | init_auto_plot (int max_nb) |
User curves to plot auto-update. More... | |
void | free_auto_plot (AutoPlot *auto_plot) |
release memory for AutoPlot More... | |
void | update_auto_plot (AutoPlot *auto_plot, double value, const char *label) |
update auto_plot when a 'set_plot' is encountered More... | |
int | index_plot_string (AutoPlot *auto_plot, const char *label) |
get index for a curve with its label More... | |
functions used to automatically update the user curves plotted
void free_auto_plot | ( | AutoPlot * | auto_plot | ) |
int index_plot_string | ( | AutoPlot * | auto_plot, |
const char * | label | ||
) |
get index for a curve with its label
[in] | auto_plot | AutoPlot structure |
[in] | label | label of the curve |
AutoPlot* init_auto_plot | ( | int | max_nb | ) |
User curves to plot auto-update.
User curves to plot auto-update.
[in] | max_nb | maximum number of curves to plot |