Go to the source code of this file.
Classes | |
struct | FUNCSTRUCT |
Struct used to pass structs to Octave from the fun library. More... | |
struct | FUNCARGS |
Struct used to send/receive Scilab data to/from the gateway to fun.cpp API. More... | |
struct | FUNCCALL |
Struct used to call and pass the data to fun.cpp API. More... | |
Macros | |
#define | fun_h__ |
Enumerations | |
enum | FUNCTYPE { TYPE_DOUBLE , TYPE_COMPLEX , TYPE_STRING , TYPE_STRUCT , TYPE_DOUBLE , TYPE_COMPLEX , TYPE_STRING , TYPE_STRUCT } |
Functions | |
int | fun (FUNCARGS *arr, FUNCCALL *call) |
Function to Interact with Octave's API. More... | |
#define fun_h__ |
enum FUNCTYPE |