RTI Connext Traditional C++ API  Version 6.1.0
DDS_CoherentSetInfo_t Struct Reference

<<extension>> Type definition for a coherent set info. More...

Public Attributes

DDS_GUID_t group_guid
 The coherent set group GUID. More...
 
DDS_SequenceNumber_t coherent_set_sequence_number
 Sequence number that identifies a sample as part of a DDSDataWriter coherent set. More...
 
DDS_SequenceNumber_t group_coherent_set_sequence_number
 Sequence number that identifies a sample as part of a group coherent set. More...
 
DDS_Boolean incomplete_coherent_set
 Indicates if a sample is part of an incomplete coherent set. More...
 

Detailed Description

<<extension>> Type definition for a coherent set info.

A CoherentSetInfo provides information about the coherent set associated with a sample.

Member Data Documentation

◆ group_guid

DDS_GUID_t DDS_CoherentSetInfo_t::group_guid

The coherent set group GUID.

This GUID identifies the DDSDataWriter or the group of DataWriters publishing the coherent set, depending on the value of DDS_PresentationQosPolicy::access_scope in the DDSSubscriber.

◆ coherent_set_sequence_number

DDS_SequenceNumber_t DDS_CoherentSetInfo_t::coherent_set_sequence_number

Sequence number that identifies a sample as part of a DDSDataWriter coherent set.

When DDS_PresentationQosPolicy::access_scope in the DDSSubscriber is set to DDS_INSTANCE_PRESENTATION_QOS or DDS_TOPIC_PRESENTATION_QOS, the coherent set associated with a sample is identified by the pair (group_guid, coherent_set_sequence_number).

◆ group_coherent_set_sequence_number

DDS_SequenceNumber_t DDS_CoherentSetInfo_t::group_coherent_set_sequence_number

Sequence number that identifies a sample as part of a group coherent set.

When DDS_PresentationQosPolicy::access_scope in the DDSSubscriber is set to DDS_GROUP_PRESENTATION_QOS, the coherent set associated with a sample is identified by the pair (group_guid, group_coherent_set_sequence_number).

◆ incomplete_coherent_set

DDS_Boolean DDS_CoherentSetInfo_t::incomplete_coherent_set

Indicates if a sample is part of an incomplete coherent set.