RTI Connext C API Version 7.3.0
DDS_ReliableWriterCacheEventCount Struct Reference

<<extension>> The number of times the number of unacknowledged samples in the cache of a reliable writer hit a certain well-defined threshold. More...

Data Fields

DDS_Long total_count
 The total number of times the event has occurred. More...
 
DDS_Long total_count_change
 The incremental number of times the event has occurred since the listener was last invoked or the status read. More...
 

Detailed Description

<<extension>> The number of times the number of unacknowledged samples in the cache of a reliable writer hit a certain well-defined threshold.

The threshold interpretation depends on the usage of this data type in DDS_ReliableWriterCacheChangedStatus.

See also
DDS_ReliableWriterCacheChangedStatus

Field Documentation

◆ total_count

DDS_Long DDS_ReliableWriterCacheEventCount::total_count

The total number of times the event has occurred.

◆ total_count_change

DDS_Long DDS_ReliableWriterCacheEventCount::total_count_change

The incremental number of times the event has occurred since the listener was last invoked or the status read.