From 69bf867c41af03572476562e77194ea97c958703 Mon Sep 17 00:00:00 2001 From: mbourhis Date: Tue, 19 Jan 2021 18:51:01 +0100 Subject: [PATCH] Mbourhis/python wrapper add missing include to extend python api (#291) * Python wrapper: add an 'include' directive to have access to the 'mms_type' * Python wrapper: add an 'include' directive to include the ConfigFileParser API --- pyiec61850/iec61850.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyiec61850/iec61850.i b/pyiec61850/iec61850.i index a99b01cb..71aceaef 100644 --- a/pyiec61850/iec61850.i +++ b/pyiec61850/iec61850.i @@ -39,11 +39,13 @@ DataAttribute* toDataAttribute(ModelNode * MN) %include "iso_connection_parameters.h" %include "iec61850_common.h" %include "mms_value.h" +%include "mms_common.h" %include "iec61850_model.h" %include "iec61850_server.h" %include "iec61850_dynamic_model.h" %include "iec61850_cdc.h" %include "linked_list.h" +%include "iec61850_config_file_parser.h" /* User-defined data types, also used: */ typedef uint64_t msSinceEpoch;