From f05ceda0956b0d59a7d706a76a8515941189f18e Mon Sep 17 00:00:00 2001 From: Mikael Bourhis Date: Wed, 21 Oct 2020 15:28:01 +0200 Subject: [PATCH] Python wrapper: add an 'include' directive to include the ConfigFileParser API --- pyiec61850/iec61850.i | 1 + 1 file changed, 1 insertion(+) diff --git a/pyiec61850/iec61850.i b/pyiec61850/iec61850.i index 4c5f1a8a..71aceaef 100644 --- a/pyiec61850/iec61850.i +++ b/pyiec61850/iec61850.i @@ -45,6 +45,7 @@ DataAttribute* toDataAttribute(ModelNode * MN) %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;