|
Robotran C Documentation
|
Go to the documentation of this file.
12 #ifndef _MBS_OUTPUT_STRUCT_H_
13 #define _MBS_OUTPUT_STRUCT_H_
int max_nb
Maximum number of user outputs allocated (max vectors and max scalar).
Definition: mbs_output_struct.h:23
User output auto-update.
Definition: mbs_output_struct.h:17
Definition: mbs_output_struct.h:44
int * flag_warning_output_raised
Pointer to the flag indicating wether the warning message has been already printed once.
Definition: mbs_output_struct.h:51
char ** label_outputs_vector
Array with the current user outputs vector labels.
Definition: mbs_output_struct.h:28
double * y_outputs
Array with the current outputs values.
Definition: mbs_output_struct.h:31
int * v_size
Array with the size of each outputs vector.
Definition: mbs_output_struct.h:36
int nb_new_outputs
Number of new user outputs discovered during this time step.
Definition: mbs_output_struct.h:39
int out_vector_nb
Current number of user outputs vectors.
Definition: mbs_output_struct.h:21
char ** label_outputs
Array with the current user outputs labels.
Definition: mbs_output_struct.h:26
AutoOutput ** auto_output
Pointer to the pointer of the user outputs.
Definition: mbs_output_struct.h:46
int out_nb
Current number of user outputs.
Definition: mbs_output_struct.h:19
double ** v_outputs
Array with the current outputs vector.
Definition: mbs_output_struct.h:34
int * flag_output
Pointer to the flag to indicate whether the outputs are activated (1) or deactived (0).
Definition: mbs_output_struct.h:48
int * set_output_verbose
1 if we want to print messages, 1 is the default. (0 no messages)
Definition: mbs_output_struct.h:54