You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libiec61850/pyiec61850
Mikael Bourhis 172883478a Python wrapper: declare all the C 'char *buffer' output parameters as a Python output string of 1024 max size
Needed for example for:
  - MmsValue_printToBuffer(values, buffer, buffer_size);
5 years ago
..
examples - renamed README to README.md and now using markdown syntax 9 years ago
CMakeLists.txt Fixed Python 3 bindings support 7 years ago
eventHandler.hpp Python wrapper: add generic classes for handling events (like ReportControlBlock or GOOSE) 5 years ago
gooseHandler.hpp Python wrapper: add handler class for the reception of GOOSE events 5 years ago
iec61850.i Python wrapper: declare all the C 'char *buffer' output parameters as a Python output string of 1024 max size 5 years ago
reportControlBlockHandler.hpp Python wrapper: add handler class for the reception of ReportControlBlock events 5 years ago
test_pyiec61850.py Forcing pythonInterp version to be the same that pythonLibs version 9 years ago
tutorial.md - renamed README to README.md and now using markdown syntax 9 years ago