| 
    RTI Connext Traditional C++ API
    Version 5.2.0
    
   | 
 
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.   | |
Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum.
| 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.