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
pull/309/head
mbourhis 5 years ago committed by GitHub
parent 895e74d680
commit 69bf867c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save