| 
    RTI Connext DDS Micro
    Version 2.4.6
    
   | 
 
DDS_ViewStateKind and associated elements More...
Typedefs | |
| typedef DDS_UnsignedLong | DDS_ViewStateMask | 
| A bit-mask (list) of view states, i.e. DDS_ViewStateKind.  More... | |
Enumerations | |
| enum | DDS_ViewStateKind { DDS_NEW_VIEW_STATE = 0x0001 << 0, DDS_NOT_NEW_VIEW_STATE = 0x0001 << 1 } | 
| Indicates whether or not an instance is new.  More... | |
Variables | |
| const DDS_ViewStateMask | DDS_ANY_VIEW_STATE | 
| Any view state DDS_NEW_VIEW_STATE | DDS_NOT_NEW_VIEW_STATE.  More... | |
DDS_ViewStateKind and associated elements
| typedef DDS_UnsignedLong DDS_ViewStateMask | 
A bit-mask (list) of view states, i.e. DDS_ViewStateKind.
| enum DDS_ViewStateKind | 
Indicates whether or not an instance is new.
For each instance (identified by the key), the middleware internally maintains a view state relative to each DDS_DataReader. The view state can be either:
| const DDS_ViewStateMask DDS_ANY_VIEW_STATE | 
Any view state DDS_NEW_VIEW_STATE | DDS_NOT_NEW_VIEW_STATE.