RTI Connext Modern C++ API
Version 5.3.0
|
Reasons why a sample was rejected. More...
#include <State.hpp>
Inherits bitset< OMG_DDS_STATE_BIT_COUNT >.
Public Member Functions | |
SampleRejectedState () | |
Creates not_lost() | |
SampleRejectedState (const MaskType &src) | |
Create from a bitset. | |
Static Public Member Functions | |
static const SampleRejectedState | not_rejected () |
Samples are never rejected. | |
static const SampleRejectedState | rejected_by_samples_limit () |
A resource limit on the number of samples was reached. | |
static const SampleRejectedState | rejected_by_instances_limit () |
A resource limit on the number of instances was reached. | |
static const SampleRejectedState | rejected_by_samples_per_instance_limit () |
A resource limit on the number of samples per instance was reached. | |
static const SampleRejectedState | rejected_by_remote_writers_limit () |
A resource limit on the number of remote writers from which a dds::sub::DataReader may read was reached. | |
static const SampleRejectedState | rejected_by_remote_writers_per_instance_limit () |
A resource limit on the number of remote writers for a single instance from which a dds::sub::DataReader may read was reached. | |
static const SampleRejectedState | rejected_by_samples_per_remote_writer_limit () |
A resource limit on the number of samples from a given remote writer that a dds::sub::DataReader may store was reached. | |
static const SampleRejectedState | rejected_by_virtual_writers_limit () |
A resource limit on the number of virtual writers from which a dds::sub::DataReader may read was reached. | |
static const SampleRejectedState | rejected_by_remote_writers_per_sample_limit () |
A resource limit on the number of remote writers per sample was reached. | |
static const SampleRejectedState | rejected_by_remote_writers_per_virtual_queue_limit () |
A resource limit on the number of samples published by a remote writer on behalf of a virtual writer that a dds::sub::DataReader may store was reached. | |
Reasons why a sample was rejected.
|
inline |
Creates not_lost()
|
inline |
Create from a bitset.
|
inlinestatic |
Samples are never rejected.
|
inlinestatic |
A resource limit on the number of samples was reached.
|
inlinestatic |
A resource limit on the number of instances was reached.
|
inlinestatic |
A resource limit on the number of samples per instance was reached.
|
inlinestatic |
A resource limit on the number of remote writers from which a dds::sub::DataReader may read was reached.
This constant is an extension to the DDS standard.
|
inlinestatic |
A resource limit on the number of remote writers for a single instance from which a dds::sub::DataReader may read was reached.
This constant is an extension to the DDS standard.
|
inlinestatic |
A resource limit on the number of samples from a given remote writer that a dds::sub::DataReader may store was reached.
This constant is an extension to the DDS standard.
|
inlinestatic |
A resource limit on the number of virtual writers from which a dds::sub::DataReader may read was reached.
This constant is an extension to the DDS standard.
|
inlinestatic |
A resource limit on the number of remote writers per sample was reached.
This constant is an extension to the DDS standard.
|
inlinestatic |
A resource limit on the number of samples published by a remote writer on behalf of a virtual writer that a dds::sub::DataReader may store was reached.
This constant is an extension to the DDS standard.