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

User output auto-update. More...

#include <mbs_output_struct.h>

Public Attributes

int out_nb
 Current number of user outputs. More...
 
int out_vector_nb
 Current number of user outputs vectors. More...
 
int max_nb
 Maximum number of user outputs allocated (max vectors and max scalar). More...
 
char ** label_outputs
 Array with the current user outputs labels. More...
 
char ** label_outputs_vector
 Array with the current user outputs vector labels. More...
 
double * y_outputs
 Array with the current outputs values. More...
 
double ** v_outputs
 Array with the current outputs vector. More...
 
int * v_size
 Array with the size of each outputs vector. More...
 
int nb_new_outputs
 Number of new user outputs discovered during this time step. More...
 

Detailed Description

User output auto-update.

Member Data Documentation

◆ label_outputs

char** label_outputs

Array with the current user outputs labels.

◆ label_outputs_vector

char** label_outputs_vector

Array with the current user outputs vector labels.

◆ max_nb

int max_nb

Maximum number of user outputs allocated (max vectors and max scalar).

◆ nb_new_outputs

int nb_new_outputs

Number of new user outputs discovered during this time step.

◆ out_nb

int out_nb

Current number of user outputs.

◆ out_vector_nb

int out_vector_nb

Current number of user outputs vectors.

◆ v_outputs

double** v_outputs

Array with the current outputs vector.

◆ v_size

int* v_size

Array with the size of each outputs vector.

◆ y_outputs

double* y_outputs

Array with the current outputs values.


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