Robotran C Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
set_plot.h File Reference

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

AutoPlotinit_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...
 

Detailed Description

set_plot function called by the user to plot a curve

Author
Nicolas Van der Noot

Function Documentation

◆ free_set_plot()

void free_set_plot ( )

release memory of auto_plot

◆ init_set_plot()

AutoPlot* init_set_plot ( int  max_nb_curves)

initialize the static auto_plot structure

Parameters
[in]max_nb_curvesmaximum number of curves to display

◆ reset_flag_plot()

void reset_flag_plot ( )

reset the flag_plot to 0. Useful when running several simulation in a row with different save2file settings.