dynamicgraph::python::debug Namespace Reference

Functions

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

Variables

std::map< std::string, ofstreamShrPtrmapOfFiles_
 

Function Documentation

◆ addLoggerCoutOutputStream()

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

◆ addLoggerFileOutputStream()

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

◆ closeLoggerFileOutputStream()

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

References CATCH_ALL_EXCEPTIONS.

◆ realTimeLoggerDestroy()

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

◆ realTimeLoggerInstance()

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

◆ realTimeLoggerSpinOnce()

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

Variable Documentation

◆ mapOfFiles_

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