RTI Connext Modern C++ API
Version 5.3.0
|
<<extension>> Configures the availability of data. More...
Classes | |
class | rti::core::EndpointGroup |
<<extension>> Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum. More... | |
class | rti::core::policy::Availability |
<<extension>> Configures data availability in the context of Collaborative DataWriters and Required Subscriptions More... | |
Typedefs | |
typedef dds::core::vector < EndpointGroup > | rti::core::EndpointGroupSeq |
A sequence of rti::core::EndpointGroup. | |
<<extension>> Configures the availability of data.
typedef dds::core::vector<EndpointGroup> rti::core::EndpointGroupSeq |
A sequence of rti::core::EndpointGroup.
In the context of Collaborative DataWriters, it can be used by a dds::sub::DataReader to define a group of remote DataWriters that the dds::sub::DataReader will wait to discover before skipping missing samples.
In the context of Durable Subscriptions, it can be used to create a set of Durable Subscriptions identified by a name and a quorum count.