RTI Connext .NET API (legacy)  Version 6.1.1
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...

#include <managed_publication.h>

Public Attributes

System::Int32 total_count
 The total number of times the event has occurred. More...
 
System::Int32 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

Member Data Documentation

◆ total_count

System::Int32 DDS::ReliableWriterCacheEventCount::total_count

The total number of times the event has occurred.

◆ total_count_change

System::Int32 DDS::ReliableWriterCacheEventCount::total_count_change

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