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>

+ + + + + + + + @@ -127,8 +138,14 @@ Public Attributes + + + +

@@ -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
 
FUNCSTRUCTin_struct
 
FUNCSTRUCTout_struct
 
-

Member Data Documentation

+

Detailed Description

+

Struct used to send/receive Scilab data to/from the gateway to fun.cpp API.

+

Member Data Documentation

◆ in_data_img

@@ -140,6 +157,7 @@ Public Attributes
+

Input imaginary part (complex) array

@@ -154,6 +172,22 @@ Public Attributes
+

Input real part (complex) array

+ +
+ + +

◆ in_struct

+ +
+
+ + + + +
FUNCSTRUCT * FUNCARGS::in_struct
+
+

Input struct

@@ -168,6 +202,7 @@ Public Attributes
+

Input is a Complex data type

@@ -182,6 +217,37 @@ Public Attributes
+

Output is a Complex data type

+ +
+ + +

◆ is_out_string

+ +
+
+ + + + +
int FUNCARGS::is_out_string
+
+

Output is a String data type

+ +
+
+ +

◆ is_out_struct

+ +
+
+ + + + +
int FUNCARGS::is_out_struct
+
+

Output is a Struct data type

@@ -196,6 +262,7 @@ Public Attributes
+

Input cols dimension of data

@@ -210,6 +277,22 @@ Public Attributes
+

Input rows dimension of data

+ +
+ + +

◆ n_in_struct_len

+ +
+
+ + + + +
int FUNCARGS::n_in_struct_len
+
+

input struct length

@@ -224,6 +307,7 @@ Public Attributes
+

Output cold dimension of data

@@ -238,6 +322,22 @@ Public Attributes
+

Ouput rows dimension of data

+ +
+ + +

◆ n_out_struct_len

+ +
+
+ + + + +
int FUNCARGS::n_out_struct_len
+
+

Output struct length

@@ -252,6 +352,7 @@ Public Attributes
+

Output imaginary part (complex) array

@@ -266,6 +367,22 @@ Public Attributes
+

Output real part (complex) array

+ +
+ + +

◆ out_struct

+ +
+
+ + + + +
FUNCSTRUCT * FUNCARGS::out_struct
+
+

Output struct

@@ -280,6 +397,8 @@ Public Attributes
+

Type of data
+

-- cgit From 884558103568b38503b5010253cdd9d02d001c70 Mon Sep 17 00:00:00 2001 From: KRIXUS-alpha Date: Wed, 12 May 2021 20:24:32 +0530 Subject: Updated Documentation Struct data handling --- doc/html/struct_f_u_n_c_a_r_g_s.html | 2 +- 1 file changed, 1 insertion(+), 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 8e82bee..81cbfeb 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 @@ -307,7 +307,7 @@ Public Attributes
-

Output cold dimension of data

+

Output cols dimension of data

-- cgit