RTI Connext Java API Version 7.2.0
ReliableWriterCacheEventCount Class 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...

Inherits Struct.

Public Attributes

int total_count
 The total number of times the event has occurred. More...
 
int 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 com.rti.dds.publication.ReliableWriterCacheChangedStatus.

See also
com.rti.dds.publication.ReliableWriterCacheChangedStatus

Member Data Documentation

◆ total_count

int total_count

The total number of times the event has occurred.

◆ total_count_change

int total_count_change

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