RTI Connext Modern C++ API Version 7.2.0
|
Contains the parameters for creating a QueueRequester. More...
#include <rti/queuing/QueueParams.hpp>
Public Member Functions | |
QueueRequesterParams (dds::domain::DomainParticipant participant) | |
Creates a QueueRequesterParams object with the participant set. More... | |
QueueRequesterParams & | enable_availability (bool enable) |
Indicates whether the availability channel is enabled with the reply SharedReaderQueue. More... | |
QueueRequesterParams & | enable_sample_replication (bool enable) |
Causes the QueueRequester to write all the requests with the dds::sub::SampleInfo::flag including the bit rti::core::SampleFlag::replicate. More... | |
QueueRequesterParams & | enable_wait_for_ack (bool enable) |
Enables Queuing Service's 'Acknowledgment Management' feature for requests. More... | |
![]() | |
QueueRequesterParams & | qos_profile (const std::string &qos_library_name, const std::string &qos_profile_name) |
Specifies an XML QoS profile that will be used to configure the quality of service of the DDS entities created. This includes the DataReader and DataWriter used to send and receive samples from a SharedReaderQueue. Alternatively, you can set the DataReader and DataWriter QoS using datareader_qos() and datawriter_qos() methods. If you set the DataReader QoS or the DataWriter QoS the provided values will be used instead of the QoS specified in the XML qos profile. . More... | |
QueueRequesterParams & | shared_subscriber_name (const std::string &name) |
Sets the SharedSubscriber name associated with the SharedReaderQueues. More... | |
QueueRequesterParams & | entity_name (const std::string &name) |
Sets the name of the QueueEntity. More... | |
Contains the parameters for creating a QueueRequester.
|
inlineexplicit |
Creates a QueueRequesterParams object with the participant set.
The rest of the parameters that can be set in a QueueRequesterParams object are optional.
participant | The dds::domain::DomainParticipant a QueueRequester uses to join a domain. |
|
inline |
Indicates whether the availability channel is enabled with the reply SharedReaderQueue.
References rti::util::network_capture::enable().
|
inline |
Causes the QueueRequester to write all the requests with the dds::sub::SampleInfo::flag including the bit rti::core::SampleFlag::replicate.
References rti::util::network_capture::enable().
|
inline |
Enables Queuing Service's 'Acknowledgment Management' feature for requests.
References rti::util::network_capture::enable().