RTI Connext C API  Version 5.3.1
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
DDS_DataReaderCacheStatus Struct Reference

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

Data Fields

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

Detailed Description

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

Entity:
DDS_DataReader

Field Documentation

DDS_LongLong DDS_DataReaderCacheStatus::sample_count_peak

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

DDS_LongLong 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 C API Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc