From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/namespaceNLAIPYSERVER.html | 394 ++++++++++++++++++++++++++++ 1 file changed, 394 insertions(+) create mode 100644 docs/doxygen/nel/namespaceNLAIPYSERVER.html (limited to 'docs/doxygen/nel/namespaceNLAIPYSERVER.html') diff --git a/docs/doxygen/nel/namespaceNLAIPYSERVER.html b/docs/doxygen/nel/namespaceNLAIPYSERVER.html new file mode 100644 index 00000000..918fde70 --- /dev/null +++ b/docs/doxygen/nel/namespaceNLAIPYSERVER.html @@ -0,0 +1,394 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLAIPYSERVER Namespace Reference

+

+ + + + + + + + + + + + + + + +

Compounds

class  NLAIPYSERVER::CPyExport
class  NLAIPYSERVER::IPythonModule

Functions

CPyExportinitPythonLib (NLAIC::IIO *Interface, char *pathWay)
void endPythonInterface (CPyExport *Interface)
PyObject * print (PyObject *Self, PyObject *Arg)
PyObject * printNbr (PyObject *Self, PyObject *Arg)
PyObject * read (PyObject *Self, PyObject *Arg)
PyMethodDef * getLib ()

Variables

NLAIC::IIOInterface
PyMethodDef M_Constructeur []
PyObject * Dictionarry = NULL
+


Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLAIPYSERVER::endPythonInterface CPyExport  Interface
+
+ + + + + +
+   + + +

+ +

+Definition at line 251 of file pythonmethode.cpp.

+

+ + + + +
+ + + + + + + + + +
PyMethodDef* getLib  
+
+ + + + + +
+   + + +

+ +

+Definition at line 164 of file pythonmethode.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
CPyExport * NLAIPYSERVER::initPythonLib NLAIC::IIO  Interface,
char *   pathWay
+
+ + + + + +
+   + + +

+ +

+Definition at line 171 of file pythonmethode.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
PyObject* print PyObject *   Self,
PyObject *   Arg
[static]
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file pythonmethode.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
PyObject* printNbr PyObject *   Self,
PyObject *   Arg
[static]
+
+ + + + + +
+   + + +

+ +

+Definition at line 110 of file pythonmethode.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
PyObject* read PyObject *   Self,
PyObject *   Arg
[static]
+
+ + + + + +
+   + + +

+ +

+Definition at line 119 of file pythonmethode.cpp.

+


Variable Documentation

+

+ + + + +
+ + +
PyObject* NLAIPYSERVER::Dictionarry = NULL [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 169 of file pythonmethode.cpp.

+

+ + + + +
+ + +
NLAIC::IIO* NLAIPYSERVER::Interface [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 71 of file pythonmethode.cpp.

+

+ + + + +
+ + +
struct PyMethodDef NLAIPYSERVER::M_Constructeur[] [static] +
+
+ + + + + +
+   + + +

+Initial value:

+        {
+                {"Echo", print ,METH_VARARGS},
+                {"Nbr", printNbr ,METH_VARARGS},
+                {"Read", read ,METH_VARARGS},
+                
+                {NULL,NULL}
+        }
+

+Definition at line 153 of file pythonmethode.cpp.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1