summaryrefslogtreecommitdiff
path: root/doc/latex/fun_8cpp.tex
blob: 1650584c9e47c6d1dfe3e0110d3603df6616af60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\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 $<$cstring$>$}\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. 

API Function to call/receive and pass the data to fun API ~\newline


This Function will be communicating with Octave to access it\textquotesingle{}s function.