RTI Connext C++ API  Version 5.0.0
DDS_EndpointGroup_t Struct Reference

Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum. More...

Public Attributes

char * role_name
 Defines the role name of the endpoint group.
 
int quorum_count
 Defines the minimum number of members that satisfies the endpoint group.
 

Detailed Description

Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum.

Member Data Documentation

char* DDS_EndpointGroup_t::role_name

Defines the role name of the endpoint group.

If used in the DDS_AvailabilityQosPolicy on a DDSDataWriter, it specifies the name that identifies a Durable Subcription.

int DDS_EndpointGroup_t::quorum_count

Defines the minimum number of members that satisfies the endpoint group.

If used in the DDS_AvailabilityQosPolicy on a DDSDataWriter, it specifies the number of DataReaders that must acknowledge a sample before the sample is considered to be acknowledged by the Durable Subscription.


RTI Connext C++ API Version 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc