FOSSEE Scilab Octave Toolbox
This is a scilab toolbox to call octave functions. It requires octave to be installed on the system.
fun.h File Reference

Go to the source code of this file.

Classes

struct  FUNCARGS
 
struct  FUNCCALL
 

Macros

#define fun_h__
 

Enumerations

enum  FUNCTYPE { TYPE_DOUBLE , TYPE_STRING , TYPE_DOUBLE , TYPE_STRING }
 

Functions

int fun (FUNCARGS *arr, FUNCCALL *call)
 Function to Interact with Octave's API. More...
 

Macro Definition Documentation

◆ fun_h__

#define fun_h__

Enumeration Type Documentation

◆ FUNCTYPE

enum FUNCTYPE
Enumerator
TYPE_DOUBLE 
TYPE_STRING 
TYPE_DOUBLE 
TYPE_STRING 

Function Documentation

◆ fun()

int fun ( FUNCARGS inp,
FUNCCALL funcall 
)

Function to Interact with Octave's API.

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