From 2119503cbf068bb925b0b3ea1efd4fccf74bde80 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Fri, 8 Jun 2018 15:13:00 +0200 Subject: [PATCH] - Visual Studio support: added missing export definitions for client side GoCB handling --- src/vs/libiec61850-wo-goose.def | 15 +++++++++++++++ src/vs/libiec61850.def | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/vs/libiec61850-wo-goose.def b/src/vs/libiec61850-wo-goose.def index 3df65ab0..9c5467f2 100644 --- a/src/vs/libiec61850-wo-goose.def +++ b/src/vs/libiec61850-wo-goose.def @@ -588,3 +588,18 @@ EXPORTS IedServer_createWithConfig IedServerConfig_setFileServiceBasePath IedServerConfig_getFileServiceBasePath + ClientGooseControlBlock_create + ClientGooseControlBlock_destroy + IedConnection_getGoCBValues + IedConnection_setGoCBValues + ClientGooseControlBlock_getGoEna + ClientGooseControlBlock_setGoEna + ClientGooseControlBlock_getGoID + ClientGooseControlBlock_setGoID + ClientGooseControlBlock_getDatSet + ClientGooseControlBlock_setDatSet + ClientGooseControlBlock_getConfRev + ClientGooseControlBlock_getNdsComm + ClientGooseControlBlock_getMinTime + ClientGooseControlBlock_getMaxTime + ClientGooseControlBlock_getFixedOffs diff --git a/src/vs/libiec61850.def b/src/vs/libiec61850.def index 1f7fe8ce..085c7e9d 100644 --- a/src/vs/libiec61850.def +++ b/src/vs/libiec61850.def @@ -715,3 +715,18 @@ EXPORTS IedServer_createWithConfig IedServerConfig_setFileServiceBasePath IedServerConfig_getFileServiceBasePath + ClientGooseControlBlock_create + ClientGooseControlBlock_destroy + IedConnection_getGoCBValues + IedConnection_setGoCBValues + ClientGooseControlBlock_getGoEna + ClientGooseControlBlock_setGoEna + ClientGooseControlBlock_getGoID + ClientGooseControlBlock_setGoID + ClientGooseControlBlock_getDatSet + ClientGooseControlBlock_setDatSet + ClientGooseControlBlock_getConfRev + ClientGooseControlBlock_getNdsComm + ClientGooseControlBlock_getMinTime + ClientGooseControlBlock_getMaxTime + ClientGooseControlBlock_getFixedOffs