#include <mbs_binder_public.h>
Public Attributes | |
char * | name |
More... | |
int | type |
More... | |
int | size |
More... | |
double * | value |
More... | |
Description of a single IO.
char* name |
Name of the user IO.
int size |
Number of values in the user IO.
int type |
Nature of the user IO:
double* value |
Value set at loading.
Only relevant for "Python user function", otherwise the value is stored in a project-specific UserIO structure.