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
---
.../thirdparty_2linux_2include_2fun_8h_source.html | 89 +++++++++++++---------
1 file changed, 54 insertions(+), 35 deletions(-)
(limited to 'doc/html/thirdparty_2linux_2include_2fun_8h_source.html')
diff --git a/doc/html/thirdparty_2linux_2include_2fun_8h_source.html b/doc/html/thirdparty_2linux_2include_2fun_8h_source.html
index f8ecedc..ab0fa9b 100644
--- a/doc/html/thirdparty_2linux_2include_2fun_8h_source.html
+++ b/doc/html/thirdparty_2linux_2include_2fun_8h_source.html
@@ -114,44 +114,63 @@ $(document).ready(function(){initNavTree('thirdparty_2linux_2include_2fun_8h_sou
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
FUNCTYPE
Definition: fun.h:19
@ TYPE_DOUBLE
Definition: fun.h:20
-@ TYPE_STRING
Definition: fun.h:21
-int fun(FUNCARGS *arr, FUNCCALL *call)
Function to Interact with Octave's API.
Definition: fun.cpp:29
-
-
+@ TYPE_STRUCT
Definition: fun.h:23
+@ TYPE_COMPLEX
Definition: fun.h:21
+@ TYPE_STRING
Definition: fun.h:22
+int fun(FUNCARGS *arr, FUNCCALL *call)
API Function to call/receive and pass the data to fun API
Definition: fun.cpp:30
+Struct used to send/receive Scilab data to/from the gateway to fun.cpp API.
Definition: fun.h:48
+Struct used to call and pass the data to fun.cpp API.
Definition: fun.h:73
+Struct used to pass structs to Octave from the fun library.
Definition: fun.h:32
--
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/thirdparty_2linux_2include_2fun_8h_source.html | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
(limited to 'doc/html/thirdparty_2linux_2include_2fun_8h_source.html')
diff --git a/doc/html/thirdparty_2linux_2include_2fun_8h_source.html b/doc/html/thirdparty_2linux_2include_2fun_8h_source.html
index ab0fa9b..0c42ddc 100644
--- a/doc/html/thirdparty_2linux_2include_2fun_8h_source.html
+++ b/doc/html/thirdparty_2linux_2include_2fun_8h_source.html
@@ -162,15 +162,15 @@ $(document).ready(function(){initNavTree('thirdparty_2linux_2include_2fun_8h_sou
-FUNCTYPE
Definition: fun.h:19
-@ TYPE_DOUBLE
Definition: fun.h:20
-@ TYPE_STRUCT
Definition: fun.h:23
-@ TYPE_COMPLEX
Definition: fun.h:21
-@ TYPE_STRING
Definition: fun.h:22
+FUNCTYPE
Enumeration for the data types suported.
Definition: fun.h:22
+@ TYPE_DOUBLE
Definition: fun.h:23
+@ TYPE_STRUCT
Definition: fun.h:26
+@ TYPE_COMPLEX
Definition: fun.h:24
+@ TYPE_STRING
Definition: fun.h:25
int fun(FUNCARGS *arr, FUNCCALL *call)
API Function to call/receive and pass the data to fun API
Definition: fun.cpp:30
-Struct used to send/receive Scilab data to/from the gateway to fun.cpp API.
Definition: fun.h:48
-Struct used to call and pass the data to fun.cpp API.
Definition: fun.h:73
-Struct used to pass structs to Octave from the fun library.
Definition: fun.h:32
+Struct used to send/receive Scilab data to/from the gateway to fun.cpp API.
Definition: fun.h:51
+Struct used to call and pass the data to fun.cpp API.
Definition: fun.h:76
+Struct used to pass structs to Octave from the fun library.
Definition: fun.h:35
--
cgit