FUNCTYPE
Enumeration for the data types suported.
Definition: fun.h:22
@ TYPE_DOUBLE
Definition: fun.h:23
@ TYPE_STRUCT
Definition: fun.h:26
@ TYPE_COMPLEX
Definition: fun.h:24
@ TYPE_STRING
Definition: fun.h:25
int fun(FUNCARGS *arr, FUNCCALL *call)
API Function to call/receive and pass the data to fun API
Definition: fun.cpp:30
Struct used to send/receive Scilab data to/from the gateway to fun.cpp API.
Definition: fun.h:51
Struct used to call and pass the data to fun.cpp API.
Definition: fun.h:76
Struct used to pass structs to Octave from the fun library.
Definition: fun.h:35