void set_plot function in case set_plot is called while the SDL real-time modules were not activated More...
#include "user_realtime.h"
Macros | |
#define | HAVE_M_PI |
Functions | |
void | set_plot (double value, char *label) |
function called by the user to plot a curve (void in this case) More... | |
void set_plot function in case set_plot is called while the SDL real-time modules were not activated
#define HAVE_M_PI |
void set_plot | ( | double | value, |
char * | label | ||
) |
function called by the user to plot a curve (void in this case)
[in] | value | current value of the curve |
[in] | label | label of the curve |