dynamicgraph::python::debug Namespace Reference

Functions

PyObject * addLoggerFileOutputStream (PyObject *self, PyObject *args)
 
PyObject * addLoggerCoutOutputStream (PyObject *self, PyObject *args)
 
PyObject * closeLoggerFileOutputStream (PyObject *self, PyObject *args)
 
PyObject * realTimeLoggerSpinOnce (PyObject *self, PyObject *args)
 
PyObject * realTimeLoggerDestroy (PyObject *self, PyObject *args)
 
PyObject * realTimeLoggerInstance (PyObject *self, PyObject *args)
 

Variables

std::map< std::string, ofstreamShrPtrmapOfFiles_
 

Function Documentation

◆ addLoggerCoutOutputStream()

PyObject * dynamicgraph::python::debug::addLoggerCoutOutputStream ( PyObject *  self,
PyObject *  args 
)

◆ addLoggerFileOutputStream()

PyObject * dynamicgraph::python::debug::addLoggerFileOutputStream ( PyObject *  self,
PyObject *  args 
)

◆ closeLoggerFileOutputStream()

PyObject * dynamicgraph::python::debug::closeLoggerFileOutputStream ( PyObject *  self,
PyObject *  args 
)

◆ realTimeLoggerDestroy()

PyObject * dynamicgraph::python::debug::realTimeLoggerDestroy ( PyObject *  self,
PyObject *  args 
)

◆ realTimeLoggerInstance()

PyObject * dynamicgraph::python::debug::realTimeLoggerInstance ( PyObject *  self,
PyObject *  args 
)

◆ realTimeLoggerSpinOnce()

PyObject * dynamicgraph::python::debug::realTimeLoggerSpinOnce ( PyObject *  self,
PyObject *  args 
)

Variable Documentation

◆ mapOfFiles_

std::map<std::string, ofstreamShrPtr> dynamicgraph::python::debug::mapOfFiles_