Functions | |
PyObject * | create (PyObject *, PyObject *args) |
Create an instance of Entity. More... | |
PyObject * | display (PyObject *self, PyObject *args) |
PyObject * | getName (PyObject *, PyObject *args) |
Get name of entity. More... | |
PyObject * | getClassName (PyObject *, PyObject *args) |
Get class name of entity. More... | |
PyObject * | hasSignal (PyObject *, PyObject *args) |
Check if the entity has a signal with the given name. More... | |
PyObject * | getSignal (PyObject *, PyObject *args) |
Get a signal by name. More... | |
PyObject * | listSignals (PyObject *self, PyObject *args) |
PyObject * | executeCommand (PyObject *self, PyObject *args) |
PyObject * | listCommands (PyObject *self, PyObject *args) |
PyObject * | getCommandDocstring (PyObject *self, PyObject *args) |
PyObject * | getDocString (PyObject *self, PyObject *args) |
PyObject * | setLoggerVerbosityLevel (PyObject *, PyObject *args) |
Set verbosity Level. More... | |
PyObject * | getLoggerVerbosityLevel (PyObject *, PyObject *args) |
Get verbosity Level. More... | |
PyObject * | setTimeSample (PyObject *, PyObject *args) |
Set time sample. More... | |
PyObject * | getTimeSample (PyObject *, PyObject *args) |
Get stream print period. More... | |
PyObject * | setStreamPrintPeriod (PyObject *, PyObject *args) |
Set print period. More... | |
PyObject * | getStreamPrintPeriod (PyObject *, PyObject *args) |
Get stream print period. More... | |
PyObject * dynamicgraph::python::entity::create | ( | PyObject * | self, |
PyObject * | args | ||
) |
Create an instance of Entity.
PyObject * dynamicgraph::python::entity::display | ( | PyObject * | self, |
PyObject * | args | ||
) |
PyObject * dynamicgraph::python::entity::executeCommand | ( | PyObject * | self, |
PyObject * | args | ||
) |
PyObject * dynamicgraph::python::entity::getClassName | ( | PyObject * | self, |
PyObject * | args | ||
) |
Get class name of entity.
PyObject * dynamicgraph::python::entity::getCommandDocstring | ( | PyObject * | self, |
PyObject * | args | ||
) |
PyObject * dynamicgraph::python::entity::getDocString | ( | PyObject * | self, |
PyObject * | args | ||
) |
PyObject * dynamicgraph::python::entity::getLoggerVerbosityLevel | ( | PyObject * | self, |
PyObject * | args | ||
) |
Get verbosity Level.
PyObject * dynamicgraph::python::entity::getName | ( | PyObject * | self, |
PyObject * | args | ||
) |
Get name of entity.
PyObject * dynamicgraph::python::entity::getSignal | ( | PyObject * | self, |
PyObject * | args | ||
) |
Get a signal by name.
PyObject * dynamicgraph::python::entity::getStreamPrintPeriod | ( | PyObject * | self, |
PyObject * | args | ||
) |
Get stream print period.
PyObject * dynamicgraph::python::entity::getTimeSample | ( | PyObject * | self, |
PyObject * | args | ||
) |
Get stream print period.
PyObject * dynamicgraph::python::entity::hasSignal | ( | PyObject * | self, |
PyObject * | args | ||
) |
Check if the entity has a signal with the given name.
PyObject * dynamicgraph::python::entity::listCommands | ( | PyObject * | self, |
PyObject * | args | ||
) |
PyObject * dynamicgraph::python::entity::listSignals | ( | PyObject * | self, |
PyObject * | args | ||
) |
PyObject * dynamicgraph::python::entity::setLoggerVerbosityLevel | ( | PyObject * | self, |
PyObject * | args | ||
) |
Set verbosity Level.
PyObject * dynamicgraph::python::entity::setStreamPrintPeriod | ( | PyObject * | self, |
PyObject * | args | ||
) |
Set print period.
PyObject * dynamicgraph::python::entity::setTimeSample | ( | PyObject * | self, |
PyObject * | args | ||
) |
Set time sample.