Namespaces | |
convert | |
debug | |
entity | |
factory | |
pool | |
signalBase | |
signalCaster | |
signalWrapper | |
Classes | |
class | ExceptionPython |
Generic error class. More... | |
class | Interpreter |
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... | |
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (PythonSignalContainer, "PythonSignalContainer") | |
bool | HandleErr (std::string &err, PyObject *globals_, int PythonInputType) |
dynamicgraph::python::__attribute__ | ( | (unused) | ) |
List of python functions.
dynamicgraph::python::DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN | ( | PythonSignalContainer | , |
"PythonSignalContainer" | |||
) |
PyObject * dynamicgraph::python::enableTrace | ( | PyObject * | , |
PyObject * | args | ||
) |
PyObject * dynamicgraph::python::error_out | ( | PyObject * | , |
PyObject * | |||
) |
bool dynamicgraph::python::HandleErr | ( | std::string & | err, |
PyObject * | globals_, | ||
int | PythonInputType | ||
) |
PyObject * dynamicgraph::python::plug | ( | PyObject * | , |
PyObject * | args | ||
) |
plug a signal into another one.