19#ifndef FASTDDS_DDS_SUBSCRIBER__SAMPLESTATE_HPP
20#define FASTDDS_DDS_SUBSCRIBER__SAMPLESTATE_HPP
Definition DomainParticipant.hpp:45
uint16_t SampleStateMask
A bit-mask (list) of sample states, i.e. SampleStateKind.
Definition SampleState.hpp:51
constexpr SampleStateMask ANY_SAMPLE_STATE
Any sample state.
Definition SampleState.hpp:54
SampleStateKind
Indicates whether or not a sample has ever been read.
Definition SampleState.hpp:42
@ NOT_READ_SAMPLE_STATE
Sample has not been read.
Definition SampleState.hpp:47
@ READ_SAMPLE_STATE
Sample has been read.
Definition SampleState.hpp:44