Struct used to call and pass the data to fun.cpp API. More...
#include <fun.h>
Public Attributes | |
int | n_in_arguments |
int | n_out_arguments |
int | n_out_user |
char * | err |
FUNCARGS * | argument |
Struct used to call and pass the data to fun.cpp API.
FUNCARGS * FUNCCALL::argument |
Struct defining and containing the data
char * FUNCCALL::err |
Return errors
int FUNCCALL::n_in_arguments |
Number of input arguments
int FUNCCALL::n_out_arguments |
Number of output arguements in Scilab
int FUNCCALL::n_out_user |
Number of output arguements expected to be returned from Octave