RTI Connext Modern C++ API
Version 7.0.0
|
<<extension>> Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum. More...
#include <rti/core/policy/CorePolicy.hpp>
Public Member Functions | |
EndpointGroup (const std::string &the_role_name, int32_t the_quorum_count) | |
Creates an instance with a role name and a quorum. More... | |
std::string | role_name () const |
Getter (see setter with the same name) More... | |
EndpointGroup & | role_name (const std::string &the_role_name) |
Defines the role name of the endpoint group. More... | |
int32_t | quorum_count () const |
Getter (see setter with the same name) More... | |
EndpointGroup & | quorum_count (int32_t the_quorum_count) |
Defines the minimum number of members that satisfies the endpoint group. More... | |
<<extension>> Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum.
|
inline |
Creates an instance with a role name and a quorum.
|
inline |
Getter (see setter with the same name)
|
inline |
Defines the role name of the endpoint group.
If used in the rti::core::policy::Availability on a dds::pub::DataWriter, it specifies the name that identifies a Durable Subcription.
The role name can be at most 255 characters in length.
|
inline |
Getter (see setter with the same name)
|
inline |
Defines the minimum number of members that satisfies the endpoint group.
If used in the rti::core::policy::Availability on a dds::pub::DataWriter, it specifies the number of DataReaders that must acknowledge a sample before the sample is considered to be acknowledged by the Durable Subscription.