Skip to content
Snippets Groups Projects
Commit e2fc6170 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Give access to the entity map.

This allows accessing the list of entities instanciated in the dynamic-graph.
parent 6c6cbcf5
No related branches found
Tags v2.5
No related merge requests found
......@@ -59,6 +59,7 @@ namespace dynamicgraph {
namespace factory {
extern PyObject* getEntityClassList(PyObject* self, PyObject* args);
extern PyObject* getEntityMap(PyObject* self, PyObject* args);
}
namespace signalCaster {
extern PyObject* getSignalTypeList(PyObject* self, PyObject* args);
......
......@@ -51,6 +51,7 @@ namespace dynamicgraph {
return Py_BuildValue("O", classTuple);
}
} // namespace factory
} // namespace python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment