| Functions | |
| void | addCommands (boost::python::object obj) | 
| void | addCommands (bp::object obj) | 
| void | addSignals (boost::python::object obj) | 
| void | addSignals (bp::object obj) | 
| Entity * | create (const char *className, const char *instanceName) | 
| Create an instance of Entity.  More... | |
| bp::object | executeCmd (bp::tuple args, bp::dict) | 
| void dynamicgraph::python::entity::addCommands | ( | boost::python::object | obj | ) | 
| obj | an Entity object | 
| void dynamicgraph::python::entity::addCommands | ( | bp::object | obj | ) | 
| obj | an Entity object | 
Definition at line 38 of file entity-py.cc.
| void dynamicgraph::python::entity::addSignals | ( | boost::python::object | obj | ) | 
| void dynamicgraph::python::entity::addSignals | ( | bp::object | obj | ) | 
| obj | an Entity object | 
Definition at line 45 of file entity-py.cc.
| Entity * dynamicgraph::python::entity::create | ( | const char * | type, | 
| const char * | name | ||
| ) | 
Create an instance of Entity.
Definition at line 57 of file entity-py.cc.
| bp::object dynamicgraph::python::entity::executeCmd | ( | bp::tuple | args, | 
| bp::dict | |||
| ) | 
Definition at line 79 of file entity-py.cc.