- fixed - missing API export declarations for functions IedServerConfig_setSyncIntegrityReportTimes and IedServerConfig_getSyncIntegrityReportTimes (LIB61850-353)

pull/410/head
Michael Zillgith 3 years ago
parent 219111eef1
commit 893e298107

@ -191,7 +191,7 @@ IedServerConfig_getMaxMmsConnections(IedServerConfig self);
*
* \param enable when true synchronized integrity report times are enabled
*/
void
LIB61850_API void
IedServerConfig_setSyncIntegrityReportTimes(IedServerConfig self, bool enable);
/**
@ -203,7 +203,7 @@ IedServerConfig_setSyncIntegrityReportTimes(IedServerConfig self, bool enable);
*
* \return true, when enabled, false otherwise
*/
bool
LIB61850_API bool
IedServerConfig_getSyncIntegrityReportTimes(IedServerConfig self);
/**

Loading…
Cancel
Save