- Visual Studio support: added missing export definitions for client side GoCB handling

pull/71/head
Michael Zillgith 7 years ago
parent 5064c9c31c
commit 2119503cbf

@ -588,3 +588,18 @@ EXPORTS
IedServer_createWithConfig IedServer_createWithConfig
IedServerConfig_setFileServiceBasePath IedServerConfig_setFileServiceBasePath
IedServerConfig_getFileServiceBasePath 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

@ -715,3 +715,18 @@ EXPORTS
IedServer_createWithConfig IedServer_createWithConfig
IedServerConfig_setFileServiceBasePath IedServerConfig_setFileServiceBasePath
IedServerConfig_getFileServiceBasePath 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

Loading…
Cancel
Save