Cyclone ISO C++ API Reference Guide
|
Class to contain the statistics about samples that have been rejected. More...
#include "State.hpp"
Inherits std::bitset< Bits >.
Public Types | |
typedef std::bitset< OMG_DDS_STATE_BIT_COUNT > | MaskType |
Public Member Functions | |
SampleRejectedState () | |
SampleRejectedState (const MaskType &src) | |
SampleRejectedState (const SampleRejectedState &src) | |
Static Public Member Functions | |
static SampleRejectedState | not_rejected () |
static SampleRejectedState | rejected_by_instances_limit () |
static SampleRejectedState | rejected_by_samples_limit () |
static SampleRejectedState | rejected_by_samples_per_instance_limit () |
Class to contain the statistics about samples that have been rejected.
typedef std::bitset<OMG_DDS_STATE_BIT_COUNT> dds::core::status::SampleRejectedState::MaskType |
dds::core::status::SampleRejectedState::SampleRejectedState | ( | ) |
Construct an empty SampleRejectedState.
dds::core::status::SampleRejectedState::SampleRejectedState | ( | const SampleRejectedState & | src | ) |
Copy constructor.
Construct an SampleRejectedState with existing SampleRejectedState.
src | the SampleRejectedState to copy from |
dds::core::status::SampleRejectedState::SampleRejectedState | ( | const MaskType & | src | ) |
Construct a SampleRejectedState with existing MaskType.
src | the MaskType to copy from |
|
inlinestatic |
Get the NOT_REJECTED.
not_rejected
|
inlinestatic |
Get the REJECTED_BY_INSTANCES_LIMIT.
rejected_by_instances_limit
|
inlinestatic |
Get the REJECTED_BY_SAMPLES_LIMIT.
rejected_by_samples_limit
|
inlinestatic |
Get the REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT.
rejected_by_samples_per_instance_limit