RTI Connext Modern C++ API  Version 6.0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rti::core::status::DataReaderCacheStatus Class Reference

<<extension>> Information about the status dds::core::status::StatusMask::datareader_cache() More...

#include <Status.hpp>

Inherits rti::core::NativeValueType< T, NATIVE_T, ADAPTER >.

Public Member Functions

int64_t sample_count () const
 The number of samples in the reader's queue.
 
int64_t sample_count_peak () const
 The highest number of samples in the reader's queue over the lifetime of the reader.
 

Detailed Description

Member Function Documentation

int64_t rti::core::status::DataReaderCacheStatus::sample_count ( ) const
inline

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

int64_t rti::core::status::DataReaderCacheStatus::sample_count_peak ( ) const
inline

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


RTI Connext Modern C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc