Robotran C Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
AutoPlot Struct Reference

User curves to plot auto-update. More...

#include <mbs_realtime_struct.h>

Public Attributes

int nb
 current number of curves to plot More...
 
int max_nb
 maximum number of curves to plot More...
 
char ** label_curves
 tabular with the current curves labels More...
 
double * y_curves
 tabular with the current values of the plots to curve More...
 
int nb_new_curves
 number of new curves discovered during this time step More...
 

Detailed Description

User curves to plot auto-update.

Member Data Documentation

◆ label_curves

char** label_curves

tabular with the current curves labels

◆ max_nb

int max_nb

maximum number of curves to plot

◆ nb

int nb

current number of curves to plot

◆ nb_new_curves

int nb_new_curves

number of new curves discovered during this time step

◆ y_curves

double* y_curves

tabular with the current values of the plots to curve


The documentation for this struct was generated from the following file: