entity-py.cc File Reference
#include <iostream>
#include <dynamic-graph/entity.h>
#include <dynamic-graph/factory.h>
#include <dynamic-graph/command.h>
#include <dynamic-graph/value.h>
#include <dynamic-graph/pool.h>
#include <dynamic-graph/linear-algebra.h>
#include "dynamic-graph/python/dynamic-graph-py.hh"
#include "dynamic-graph/python/convert-dg-to-py.hh"
#include "dynamic-graph/python/exception.hh"
Include dependency graph for entity-py.cc:

Namespaces

 dynamicgraph
 
 dynamicgraph::python
 
 dynamicgraph::python::entity
 

Functions

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