summaryrefslogtreecommitdiff
path: root/doc/latex/fun_8cpp.tex
diff options
context:
space:
mode:
authorRupak Rokade2021-05-28 11:36:24 +0530
committerGitHub2021-05-28 11:36:24 +0530
commit66ab875f7a0de3acaa0c9e2b1a8eb4ebee5f2481 (patch)
treeb9eb67443b1d81fd05b24ad32e211663d3978dbe /doc/latex/fun_8cpp.tex
parentc6fd117ed4944b99d5974c77c8a82a2f564f0539 (diff)
parentd9b060337d3bfca571fabf3af80a4188d9d8ab37 (diff)
downloadfossee-scilab-octave-toolbox-66ab875f7a0de3acaa0c9e2b1a8eb4ebee5f2481.tar.gz
fossee-scilab-octave-toolbox-66ab875f7a0de3acaa0c9e2b1a8eb4ebee5f2481.tar.bz2
fossee-scilab-octave-toolbox-66ab875f7a0de3acaa0c9e2b1a8eb4ebee5f2481.zip
Merge pull request #5 from shag527/master
Handled octave functions that represent the input and output data in structure format
Diffstat (limited to 'doc/latex/fun_8cpp.tex')
-rw-r--r--doc/latex/fun_8cpp.tex30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/latex/fun_8cpp.tex b/doc/latex/fun_8cpp.tex
new file mode 100644
index 0000000..4f6a057
--- /dev/null
+++ b/doc/latex/fun_8cpp.tex
@@ -0,0 +1,30 @@
+\hypertarget{fun_8cpp}{}\doxysection{src/fun.cpp File Reference}
+\label{fun_8cpp}\index{src/fun.cpp@{src/fun.cpp}}
+{\ttfamily \#include $<$iostream$>$}\newline
+{\ttfamily \#include $<$stdlib.\+h$>$}\newline
+{\ttfamily \#include $<$octave/oct.\+h$>$}\newline
+{\ttfamily \#include $<$octave/octave.\+h$>$}\newline
+{\ttfamily \#include $<$octave/parse.\+h$>$}\newline
+{\ttfamily \#include $<$octave/interpreter.\+h$>$}\newline
+{\ttfamily \#include $<$math.\+h$>$}\newline
+{\ttfamily \#include $<$string$>$}\newline
+{\ttfamily \#include \char`\"{}fun.\+h\char`\"{}}\newline
+\doxysubsection*{Functions}
+\begin{DoxyCompactItemize}
+\item
+int \mbox{\hyperlink{fun_8cpp_ab2457155d6e8298bdfd7bae4ffd01f80}{fun}} (\mbox{\hyperlink{struct_f_u_n_c_a_r_g_s}{FUNCARGS}} $\ast$inp, \mbox{\hyperlink{struct_f_u_n_c_c_a_l_l}{FUNCCALL}} $\ast$funcall)
+\begin{DoxyCompactList}\small\item\em Function to Interact with Octave\textquotesingle{}s API. \end{DoxyCompactList}\end{DoxyCompactItemize}
+
+
+\doxysubsection{Function Documentation}
+\mbox{\Hypertarget{fun_8cpp_ab2457155d6e8298bdfd7bae4ffd01f80}\label{fun_8cpp_ab2457155d6e8298bdfd7bae4ffd01f80}}
+\index{fun.cpp@{fun.cpp}!fun@{fun}}
+\index{fun@{fun}!fun.cpp@{fun.cpp}}
+\doxysubsubsection{\texorpdfstring{fun()}{fun()}}
+{\footnotesize\ttfamily int fun (\begin{DoxyParamCaption}\item[{\mbox{\hyperlink{struct_f_u_n_c_a_r_g_s}{FUNCARGS}} $\ast$}]{inp, }\item[{\mbox{\hyperlink{struct_f_u_n_c_c_a_l_l}{FUNCCALL}} $\ast$}]{funcall }\end{DoxyParamCaption})}
+
+
+
+Function to Interact with Octave\textquotesingle{}s API.
+
+This Function will be communicating with Octave to access it\textquotesingle{}s function. \ No newline at end of file