#include <iostream>
#include <dynamic-graph/entity.h>
#include <dynamic-graph/pool.h>
#include <dynamic-graph/real-time-logger.h>
#include <boost/shared_ptr.hpp>
#include <map>
#include <vector>
#include "dynamic-graph/python/dynamic-graph-py.hh"
Go to the source code of this file.
Namespaces | |
dynamicgraph | |
dynamicgraph::python | |
dynamicgraph::python::debug | |
Macros | |
#define | ENABLE_RT_LOG |
Typedefs | |
typedef boost::shared_ptr< std::ofstream > | ofstreamShrPtr |
Functions | |
void | dynamicgraph::python::debug::addLoggerCoutOutputStream () |
void | dynamicgraph::python::debug::addLoggerFileOutputStream (const char *filename) |
void | dynamicgraph::python::debug::closeLoggerFileOutputStream () |
void | dynamicgraph::python::debug::realTimeLoggerDestroy () |
void | dynamicgraph::python::debug::realTimeLoggerInstance () |
void | dynamicgraph::python::debug::realTimeLoggerSpinOnce () |
Variables | |
std::map< std::string, ofstreamShrPtr > | dynamicgraph::python::debug::mapOfFiles_ |
#define ENABLE_RT_LOG |
Definition at line 7 of file debug-py.cc.
typedef boost::shared_ptr<std::ofstream> ofstreamShrPtr |
Definition at line 18 of file debug-py.cc.