RTI Connext C API
Version 6.1.2
|
Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum. More...
Data Fields | |
char * | role_name |
Defines the role name of the endpoint group. More... | |
int | quorum_count |
Defines the minimum number of members that satisfies the endpoint group. More... | |
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 DDS_DataWriter, it specifies the name that identifies a Durable Subcription.
The role name can be at most 255 characters in length.
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 DDS_DataWriter, it specifies the number of DataReaders that must acknowledge a sample before the sample is considered to be acknowledged by the Durable Subscription.