Functions | |
void | addCommands (boost::python::object obj) |
void | addSignals (boost::python::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 | addCommands (bp::object obj) |
void | addSignals (bp::object obj) |
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 |
void dynamicgraph::python::entity::addSignals | ( | boost::python::object | obj | ) |
void dynamicgraph::python::entity::addSignals | ( | bp::object | obj | ) |
obj | an Entity object |
Entity * dynamicgraph::python::entity::create | ( | const char * | type, |
const char * | name | ||
) |
Create an instance of Entity.
bp::object dynamicgraph::python::entity::executeCmd | ( | bp::tuple | args, |
bp::dict | |||
) |