19#ifndef FASTDDS_DDS_SUBSCRIBER__VIEWSTATE_HPP
20#define FASTDDS_DDS_SUBSCRIBER__VIEWSTATE_HPP
Definition DomainParticipant.hpp:45
uint16_t ViewStateMask
A bit-mask (list) of view states, i.e. ViewStateKind.
Definition ViewState.hpp:62
ViewStateKind
Indicates whether or not an instance is new.
Definition ViewState.hpp:53
@ NEW_VIEW_STATE
New instance.This latest generation of the instance has not previously been accessed.
Definition ViewState.hpp:55
@ NOT_NEW_VIEW_STATE
Not a new instance. This latest generation of the instance has previously been accessed.
Definition ViewState.hpp:58
constexpr ViewStateMask ANY_VIEW_STATE
Any view state.
Definition ViewState.hpp:65