Namespaces | |
| convert | |
| entity | |
| factory | |
| pool | |
| signalBase | |
| signalCaster | |
| signalWrapper | |
Classes | |
| class | ExceptionPython |
| Generic error class. More... | |
| class | Interpreter |
| This class implements a basis python interpreter. More... | |
| class | PythonSignalContainer |
| class | SignalWrapper |
Functions | |
| PyObject * | plug (PyObject *, PyObject *args) |
| plug a signal into another one. More... | |
| PyObject * | enableTrace (PyObject *, PyObject *args) |
| std::string | parse_python_exception () |
| bool | HandleErr (std::string &err, PyObject *traceback_format_exception, PyObject *globals_, int PythonInputType) |
| std::string | libpython ("/usr/lib/x86_64-linux-gnu/libpython2.7.so") |
| DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (PythonSignalContainer,"PythonSignalContainer") | |
Variables | |
| PyObject * | dgpyError |
| static const std::string | pythonPrefix [5] |
| dynamicgraph::python::DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN | ( | PythonSignalContainer | , |
| "PythonSignalContainer" | |||
| ) |
Referenced by dynamicgraph::python::PythonSignalContainer::rmSignal().
| PyObject* dynamicgraph::python::enableTrace | ( | PyObject * | , |
| PyObject * | args | ||
| ) |
| bool dynamicgraph::python::HandleErr | ( | std::string & | err, |
| PyObject * | traceback_format_exception, | ||
| PyObject * | globals_, | ||
| int | PythonInputType | ||
| ) |
References dgDEBUG, dgDEBUGIN, and dgDEBUGOUT.
Referenced by dynamicgraph::python::Interpreter::python().
| std::string dynamicgraph::python::libpython | ( | "/usr/lib/x86_64-linux-gnu/libpython2.7.so" | ) |
Referenced by dynamicgraph::python::Interpreter::Interpreter().
| std::string dynamicgraph::python::parse_python_exception | ( | ) |
Referenced by dynamicgraph::python::Interpreter::runPythonFile().
| PyObject* dynamicgraph::python::plug | ( | PyObject * | , |
| PyObject * | args | ||
| ) |
plug a signal into another one.
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::plug().
| PyObject * dynamicgraph::python::dgpyError |
Referenced by initwrap().
|
static |
Referenced by dynamicgraph::python::Interpreter::Interpreter().