API endpoints: Create and retrieve grid/gridpoint objects
This commit is contained in:
parent
6a4150ec05
commit
b3f946ecb2
4 changed files with 76 additions and 3 deletions
|
|
@ -65,8 +65,8 @@ public:
|
|||
//static PyObject* _createEntity(PyObject*, PyObject*);
|
||||
//static PyObject* _listEntities(PyObject*, PyObject*);
|
||||
|
||||
//static PyObject* _createGrid(PyObject*, PyObject*);
|
||||
//static PyObject* _listGrids(PyObject*, PyObject*);
|
||||
static PyObject* _createGrid(PyObject*, PyObject*);
|
||||
static PyObject* _listGrids(PyObject*, PyObject*);
|
||||
|
||||
static PyObject* _registerPyAction(PyObject*, PyObject*);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue