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... | |
User output auto-update.
char** label_outputs |
Array with the current user outputs labels.
char** label_outputs_vector |
Array with the current user outputs vector labels.
int max_nb |
Maximum number of user outputs allocated (max vectors and max scalar).
int nb_new_outputs |
Number of new user outputs discovered during this time step.
int out_nb |
Current number of user outputs.
int out_vector_nb |
Current number of user outputs vectors.
double** v_outputs |
Array with the current outputs vector.
int* v_size |
Array with the size of each outputs vector.
double* y_outputs |
Array with the current outputs values.