#include <iostream>
#include <dynamic-graph/real-time-logger.h>
#include <map>
#include <dynamic-graph/pool.h>
#include <dynamic-graph/entity.h>
#include <vector>
#include "dynamic-graph/python/exception.hh"
#include <boost/shared_ptr.hpp>
#include "dynamic-graph/python/dynamic-graph-py.hh"
Namespaces | |
dynamicgraph | |
dynamicgraph::python | |
dynamicgraph::python::debug | |
Macros | |
#define | ENABLE_RT_LOG |
Typedefs | |
typedef boost::shared_ptr< std::ofstream > | ofstreamShrPtr |
Functions | |
PyObject * | dynamicgraph::python::debug::addLoggerFileOutputStream (PyObject *self, PyObject *args) |
PyObject * | dynamicgraph::python::debug::closeLoggerFileOutputStream (PyObject *self, PyObject *args) |
PyObject * | dynamicgraph::python::debug::addLoggerCoutOutputStream (PyObject *self, PyObject *args) |
PyObject * | dynamicgraph::python::debug::realTimeLoggerDestroy (PyObject *self, PyObject *args) |
PyObject * | dynamicgraph::python::debug::realTimeLoggerSpinOnce (PyObject *self, PyObject *args) |
PyObject * | dynamicgraph::python::debug::realTimeLoggerInstance (PyObject *self, PyObject *args) |
Variables | |
std::map< std::string, ofstreamShrPtr > | dynamicgraph::python::debug::mapOfFiles_ |
#define ENABLE_RT_LOG |
typedef boost::shared_ptr<std::ofstream> ofstreamShrPtr |