mz-automation / libiec61850

Official repository for libIEC61850, the open-source library for the IEC 61850 protocols
http://libiec61850.com/libiec61850
GNU General Public License v3.0
857 stars 459 forks source link

ConfigFileParser_createModelFromConfigFileEx missing from Python bindings #318

Open rochjp opened 3 years ago

rochjp commented 3 years ago

The ConfigFileParser_createModelFromConfigFileEx module is missing from Python bindings. I've managed to get it working by including iec61850_config_file_parser.h in the iec61850.i file. Any adverse effects of doing this? I know it's not supported, I'm casually suggesting the improvement if deemed relevant. Best regards,

mbourhis commented 3 years ago

Hi, could this integrated 'merge request' be an answer for you? https://github.com/mz-automation/libiec61850/pull/291

rochjp commented 3 years ago

Yes it would. Thanks!