From 5b8caadfc4806a4160463e0de90cedd6e34eb9b2 Mon Sep 17 00:00:00 2001 From: detailer-asus Date: Thu, 29 Apr 2021 17:08:19 +0530 Subject: initialized doxygen doumentation --- doc/html/sci__octave_8cpp.html | 192 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 doc/html/sci__octave_8cpp.html (limited to 'doc/html/sci__octave_8cpp.html') diff --git a/doc/html/sci__octave_8cpp.html b/doc/html/sci__octave_8cpp.html new file mode 100644 index 0000000..cf8f3c3 --- /dev/null +++ b/doc/html/sci__octave_8cpp.html @@ -0,0 +1,192 @@ + + +
+ + + + +#include <iostream>
#include <string>
#include "wchar.h"
#include <cstdlib>
#include <sstream>
#include <Scierror.h>
#include <sciprint.h>
#include <api_scilab.h>
#include "localization.h"
#include "fun.h"
#include <cstdio>
#include <math.h>
#include <stdio.h>
#include "os_string.h"
#include <stdlib.h>
+Functions | |
int | sci_octave_fun (scilabEnv env, int nin, scilabVar *in, int nopt, scilabOpt *opt, int nout, scilabVar *out) |
int sci_octave_fun | +( | +scilabEnv | +env, | +
+ | + | int | +nin, | +
+ | + | scilabVar * | +in, | +
+ | + | int | +nopt, | +
+ | + | scilabOpt * | +opt, | +
+ | + | int | +nout, | +
+ | + | scilabVar * | +out | +
+ | ) | ++ |
Function to connect to Scilab's API.
+This function will get Data from Scilab, proccess the data in Octave then return the output back to Scilab using the API.
+