- adopted new functions to version 1.3

pull/80/head
Michael Zillgith 7 years ago
parent 1a9de24884
commit c9fe9b4286

@ -1064,7 +1064,7 @@ ClientReport_getTimestamp(ClientReport self);
*
* \returns true if the report contains sub-sequence-number and more-follows-flag, false otherwise
*/
LIB61850_API bool
bool
ClientReport_hasSubSeqNum(ClientReport self);
/**
@ -1077,7 +1077,7 @@ ClientReport_hasSubSeqNum(ClientReport self);
*
* \return the sub sequence number of the last received report message.
*/
LIB61850_API uint16_t
uint16_t
ClientReport_getSubSeqNum(ClientReport self);
/**
@ -1090,7 +1090,7 @@ ClientReport_getSubSeqNum(ClientReport self);
*
* \return true when more segments of the current report will follow, false otherwise
*/
LIB61850_API bool
bool
ClientReport_getMoreSeqmentsFollow(ClientReport self);
/**

@ -621,3 +621,6 @@ EXPORTS
IedServerConfig_setMaxDomainSpecificDataSets
IedServerConfig_getMaxDomainSpecificDataSets
IedServer_setReadAccessHandler
ClientReport_hasSubSeqNum
ClientReport_getSubSeqNum
ClientReport_getMoreSeqmentsFollow

@ -749,3 +749,6 @@ EXPORTS
IedServerConfig_setMaxDomainSpecificDataSets
IedServerConfig_getMaxDomainSpecificDataSets
IedServer_setReadAccessHandler
ClientReport_hasSubSeqNum
ClientReport_getSubSeqNum
ClientReport_getMoreSeqmentsFollow

Loading…
Cancel
Save