Namespaces | |
convert | |
debug | |
entity | |
factory | |
pool | |
signalBase | |
signalCaster | |
signalWrapper | |
Classes | |
class | ExceptionPython |
Generic error class. More... | |
class | Interpreter |
This class implements a basis python interpreter. More... | |
struct | module_state |
class | PythonSignalContainer |
class | SignalWrapper |
Functions | |
PyObject * | plug (PyObject *, PyObject *args) |
plug a signal into another one. More... | |
PyObject * | enableTrace (PyObject *, PyObject *args) |
PyObject * | error_out (PyObject *, PyObject *) |
__attribute__ ((unused)) static PyMethodDef dynamicGraphMethods[] | |
List of python functions. More... | |
std::string | libpython ("/usr/lib/x86_64-linux-gnu/libpython3.5m.so") |
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (PythonSignalContainer, "PythonSignalContainer") | |
bool | HandleErr (std::string &err, PyObject *globals_, int PythonInputType) |
Variables | |
static const std::string | pythonPrefix [8] |
dynamicgraph::python::__attribute__ | ( | (unused) | ) |
List of python functions.
dynamicgraph::python::DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN | ( | PythonSignalContainer | , |
"PythonSignalContainer" | |||
) |
Referenced by dynamicgraph::python::PythonSignalContainer::rmSignal().
PyObject * dynamicgraph::python::enableTrace | ( | PyObject * | , |
PyObject * | args | ||
) |
PyObject * dynamicgraph::python::error_out | ( | PyObject * | , |
PyObject * | |||
) |
References dynamicgraph::python::module_state::dgpyError, and GETSTATE.
bool dynamicgraph::python::HandleErr | ( | std::string & | err, |
PyObject * | globals_, | ||
int | PythonInputType | ||
) |
References dgDEBUG, dgDEBUGIN, and obj_to_str().
Referenced by dynamicgraph::python::Interpreter::python(), and dynamicgraph::python::Interpreter::runPythonFile().
std::string dynamicgraph::python::libpython | ( | "/usr/lib/x86_64-linux-gnu/libpython3.5m.so" | ) |
Referenced by dynamicgraph::python::Interpreter::Interpreter().
PyObject * dynamicgraph::python::plug | ( | PyObject * | , |
PyObject * | args | ||
) |
plug a signal into another one.
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::plug().
|
static |