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
No related tags found
No related merge requests found
Pipeline #7534 failed
...@@ -59,6 +59,7 @@ namespace dynamicgraph { ...@@ -59,6 +59,7 @@ namespace dynamicgraph {
namespace factory { namespace factory {
extern PyObject* getEntityClassList(PyObject* self, PyObject* args); extern PyObject* getEntityClassList(PyObject* self, PyObject* args);
extern PyObject* getEntityMap(PyObject* self, PyObject* args);
} }
namespace signalCaster { namespace signalCaster {
extern PyObject* getSignalTypeList(PyObject* self, PyObject* args); extern PyObject* getSignalTypeList(PyObject* self, PyObject* args);
......
...@@ -51,6 +51,7 @@ namespace dynamicgraph { ...@@ -51,6 +51,7 @@ namespace dynamicgraph {
return Py_BuildValue("O", classTuple); return Py_BuildValue("O", classTuple);
} }
} // namespace factory } // namespace factory
} // namespace python } // 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