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... | |
User output auto-update.
char** label_outputs |
tabular with the current user outputs labels
char** label_outputs_vector |
tabular with the current user outputs labels
int max_nb |
maximum number of user outputs (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 |
tabular with the current outputs vector
int* v_size |
tabular with the size of each outputs vector
double* y_outputs |
tabular with the current outputs values