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_c_a_l_l.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/html/struct_f_u_n_c_c_a_l_l.html') diff --git a/doc/html/struct_f_u_n_c_c_a_l_l.html b/doc/html/struct_f_u_n_c_c_a_l_l.html index c3ffd9d..32b9a9d 100644 --- a/doc/html/struct_f_u_n_c_c_a_l_l.html +++ b/doc/html/struct_f_u_n_c_c_a_l_l.html @@ -101,6 +101,9 @@ $(document).ready(function(){initNavTree('struct_f_u_n_c_c_a_l_l.html',''); init
+

Struct used to call and pass the data to fun.cpp API. + More...

+

#include <fun.h>

@@ -116,7 +119,9 @@ Public Attributes

FUNCARGSargument
 
-

Member Data Documentation

+

Detailed Description

+

Struct used to call and pass the data to fun.cpp API.

+

Member Data Documentation

◆ argument

@@ -128,6 +133,7 @@ Public Attributes
+

Struct defining and containing the data

@@ -142,6 +148,7 @@ Public Attributes
+

Return errors

@@ -156,6 +163,7 @@ Public Attributes
+

Number of input arguments

@@ -170,6 +178,7 @@ Public Attributes
+

Number of output arguments

@@ -184,6 +193,7 @@ Public Attributes
+

Number of output arguements expected to be returned

-- 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_c_a_l_l.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/struct_f_u_n_c_c_a_l_l.html') diff --git a/doc/html/struct_f_u_n_c_c_a_l_l.html b/doc/html/struct_f_u_n_c_c_a_l_l.html index 32b9a9d..d53daa0 100644 --- a/doc/html/struct_f_u_n_c_c_a_l_l.html +++ b/doc/html/struct_f_u_n_c_c_a_l_l.html @@ -178,7 +178,7 @@ Public Attributes
-

Number of output arguments

+

Number of output arguements in Scilab

@@ -193,7 +193,7 @@ Public Attributes
-

Number of output arguements expected to be returned

+

Number of output arguements expected to be returned from Octave

-- cgit