RTI Connext Modern C++ API
Version 6.0.1
|
Information about the status dds::core::status::StatusMask::sample_rejected() More...
#include <TStatus.hpp>
Public Member Functions | |
int32_t | total_count () const |
Total cumulative count of samples rejected by the dds::sub::DataReader. | |
int32_t | total_count_change () const |
The incremental number of samples rejected since the last time the listener was called or the status was read. | |
const dds::core::status::SampleRejectedState | last_reason () const |
Reason for rejecting the last sample rejected. | |
const dds::core::InstanceHandle | last_instance_handle () const |
Handle to the instance being updated by the last sample that was rejected. | |
Information about the status dds::core::status::StatusMask::sample_rejected()
|
inline |
Total cumulative count of samples rejected by the dds::sub::DataReader.
|
inline |
The incremental number of samples rejected since the last time the listener was called or the status was read.
|
inline |
Reason for rejecting the last sample rejected.
|
inline |
Handle to the instance being updated by the last sample that was rejected.