From 96edee02e6414bf26b21420405cfc299f85683d3 Mon Sep 17 00:00:00 2001 From: KRIXUS-alpha Date: Wed, 12 May 2021 20:15:09 +0530 Subject: documentation struct data handling --- doc/html/struct_f_u_n_c_a_r_g_s.html | 121 ++++++++++++++++++++++++++++++++++- 1 file changed, 120 insertions(+), 1 deletion(-) (limited to 'doc/html/struct_f_u_n_c_a_r_g_s.html') diff --git a/doc/html/struct_f_u_n_c_a_r_g_s.html b/doc/html/struct_f_u_n_c_a_r_g_s.html index bed26e1..8e82bee 100644 --- a/doc/html/struct_f_u_n_c_a_r_g_s.html +++ b/doc/html/struct_f_u_n_c_a_r_g_s.html @@ -101,6 +101,9 @@ $(document).ready(function(){initNavTree('struct_f_u_n_c_a_r_g_s.html',''); init
Struct used to send/receive Scilab data to/from the gateway to fun.cpp API. + More...
+#include <fun.h>
@@ -111,14 +114,22 @@ Public Attributes | |
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_img |
FUNCSTRUCT * | in_struct |
FUNCSTRUCT * | out_struct |
Struct used to send/receive Scilab data to/from the gateway to fun.cpp API.
+Input imaginary part (complex) array
Input real part (complex) array
+ +FUNCSTRUCT * FUNCARGS::in_struct | +
Input struct
Input is a Complex data type
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
Input cols dimension of data
Input rows dimension of data
+ +int FUNCARGS::n_in_struct_len | +
input struct length
Output cold dimension of data
Ouput rows dimension of data
+ +int FUNCARGS::n_out_struct_len | +
Output struct length
Output imaginary part (complex) array
Output real part (complex) array
+ +FUNCSTRUCT * FUNCARGS::out_struct | +
Output struct
Type of data
+
Output cold dimension of data
+Output cols dimension of data