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

v1.6_develop_rgoose_sntp
Michael Zillgith 3 years ago
parent d5f2172f93
commit f9a7918fbe

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