Robotran C Documentation
Public Attributes | List of all members
AutoOutput Struct Reference

User output auto-update. More...

#include <auto_output.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 (max vectors and max scalar) More...
 
char ** label_outputs
 tabular with the current user outputs labels More...
 
char ** label_outputs_vector
 tabular with the current user outputs labels More...
 
double * y_outputs
 tabular with the current outputs values More...
 
double ** v_outputs
 tabular with the current outputs vector More...
 
int * v_size
 tabular 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

tabular with the current user outputs labels

◆ label_outputs_vector

char** label_outputs_vector

tabular with the current user outputs labels

◆ max_nb

int max_nb

maximum number of user outputs (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

tabular with the current outputs vector

◆ v_size

int* v_size

tabular with the size of each outputs vector

◆ y_outputs

double* y_outputs

tabular with the current outputs values


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