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/thirdparty_2linux_2include_2fun_8h.html | 30 ++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'doc/html/thirdparty_2linux_2include_2fun_8h.html') diff --git a/doc/html/thirdparty_2linux_2include_2fun_8h.html b/doc/html/thirdparty_2linux_2include_2fun_8h.html index b40ebe2..9e04061 100644 --- a/doc/html/thirdparty_2linux_2include_2fun_8h.html +++ b/doc/html/thirdparty_2linux_2include_2fun_8h.html @@ -107,9 +107,14 @@ $(document).ready(function(){initNavTree('thirdparty_2linux_2include_2fun_8h.htm + + + + +

Classes

struct  FUNCSTRUCT
 Struct used to pass structs to Octave from the fun library. More...
 
struct  FUNCARGS
 Struct used to send/receive Scilab data to/from the gateway to fun.cpp API. More...
 
struct  FUNCCALL
 Struct used to call and pass the data to fun.cpp API. More...
 

@@ -119,10 +124,17 @@ Macros

-

Enumerations

enum  FUNCTYPE { TYPE_DOUBLE +
enum  FUNCTYPE {
+  TYPE_DOUBLE +, TYPE_COMPLEX , TYPE_STRING -, TYPE_DOUBLE +, TYPE_STRUCT +,
+  TYPE_DOUBLE +, TYPE_COMPLEX , TYPE_STRING +, TYPE_STRUCT +
}
 
@@ -160,10 +172,18 @@ Functions
- - + + + + + +
Enumerator
TYPE_DOUBLE 
TYPE_STRING 
Enumerator
TYPE_DOUBLE 

similar to scilab double

+
TYPE_COMPLEX 

similar to scilab complex

+
TYPE_STRING 

similar to scilab string

+
TYPE_STRUCT 

similar to scilab struct

+
TYPE_DOUBLE 
TYPE_COMPLEX 
TYPE_STRING 
TYPE_STRUCT 
@@ -196,6 +216,8 @@ Functions

Function to Interact with Octave's API.

+

API Function to call/receive and pass the data to fun API
+

This Function will be communicating with Octave to access it's function.

-- cgit