Skip to content

Commit

Permalink
Updated to contain a toFileDirectoryEntry function for python
Browse files Browse the repository at this point in the history
  • Loading branch information
Mymaqn authored and Mymaqn committed Jul 27, 2023
1 parent d0e0dc2 commit 991b130
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyiec61850/iec61850.i
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
#include <iec61850_client.h>
#include <iec61850_model.h>
#include <iec61850_server.h>

FileDirectoryEntry toFileDirectoryEntry(void* data)
{
return (FileDirectoryEntry) data;
}
ModelNode* toModelNode(LogicalNode * ln)
{
return (ModelNode*) ln;
Expand Down Expand Up @@ -55,6 +60,7 @@ typedef uint64_t nsSinceEpoch;

ModelNode* toModelNode(LogicalNode *);
ModelNode* toModelNode(DataObject *);
FileDirectoryEntry toFileDirectoryEntry(void*);
DataAttribute* toDataAttribute(DataObject *);
DataAttribute* toDataAttribute(ModelNode *);
DataObject* toDataObject(ModelNode *);
Expand Down

0 comments on commit 991b130

Please sign in to comment.