RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::DataReaderCacheStatus Struct Reference

<<extension>> The status of the reader's cache. More...

#include <managed_subscription.h>

Public Attributes

System::Int64 sample_count_peak
 The highest number of samples in the reader's queue over the lifetime of the reader.
 
System::Int64 sample_count
 The number of samples in the reader's queue.
 

Detailed Description

<<extension>> The status of the reader's cache.

Entity:
DDS::DataReader

Member Data Documentation

System::Int64 DDS::DataReaderCacheStatus::sample_count_peak

The highest number of samples in the reader's queue over the lifetime of the reader.

System::Int64 DDS::DataReaderCacheStatus::sample_count

The number of samples in the reader's queue.

includes samples that may not yet be available to be read or taken by the user, due to samples being received out of order or PRESENTATION


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc