Struct used to send/receive Scilab data to/from the gateway to fun.cpp API. More...
#include <fun.h>
Public Attributes | |
FUNCTYPE | type |
int | n_in_rows |
int | n_in_cols |
int | n_in_struct_len |
int | n_out_rows |
int | n_out_cols |
int | n_out_struct_len |
int | is_in_cmplx |
int | is_out_cmplx |
int | is_out_struct |
int | is_out_string |
void * | in_data_real |
void * | in_data_img |
void * | out_data_real |
void * | out_data_img |
FUNCSTRUCT * | in_struct |
FUNCSTRUCT * | out_struct |
Struct used to send/receive Scilab data to/from the gateway to fun.cpp API.
void * FUNCARGS::in_data_img |
Input imaginary part (complex) array
void * FUNCARGS::in_data_real |
Input real part (complex) array
FUNCSTRUCT * FUNCARGS::in_struct |
Input struct
int FUNCARGS::is_in_cmplx |
Input is a Complex data type
int FUNCARGS::is_out_cmplx |
Output is a Complex data type
int FUNCARGS::is_out_string |
Output is a String data type
int FUNCARGS::is_out_struct |
Output is a Struct data type
int FUNCARGS::n_in_cols |
Input cols dimension of data
int FUNCARGS::n_in_rows |
Input rows dimension of data
int FUNCARGS::n_in_struct_len |
input struct length
int FUNCARGS::n_out_cols |
Output cols dimension of data
int FUNCARGS::n_out_rows |
Ouput rows dimension of data
int FUNCARGS::n_out_struct_len |
Output struct length
void * FUNCARGS::out_data_img |
Output imaginary part (complex) array
void * FUNCARGS::out_data_real |
Output real part (complex) array
FUNCSTRUCT * FUNCARGS::out_struct |
Output struct
FUNCTYPE FUNCARGS::type |
Type of data