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

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

#include <fun.h>

Public Attributes

int n_in_arguments
 
int n_out_arguments
 
int n_out_user
 
char * err
 
FUNCARGSargument
 

Detailed Description

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

Member Data Documentation

◆ argument

FUNCARGS * FUNCCALL::argument

Struct defining and containing the data

◆ err

char * FUNCCALL::err

Return errors

◆ n_in_arguments

int FUNCCALL::n_in_arguments

Number of input arguments

◆ n_out_arguments

int FUNCCALL::n_out_arguments

Number of output arguements in Scilab

◆ n_out_user

int FUNCCALL::n_out_user

Number of output arguements expected to be returned from Octave


The documentation for this struct was generated from the following file: