RTI Connext Modern C++ API
Version 6.0.0
|
Contains the parameters for creating a QueueReplier. More...
#include <rti/queuing/QueueParams.hpp>
Public Member Functions | |
QueueReplierParams (dds::domain::DomainParticipant participant) | |
Creates a QueueReplierParams object with the participant set. | |
QueueReplierParams & | enable_availability (bool enable) |
Indicates whether the availability channel is enabled with the request SharedReaderQueue. | |
QueueReplierParams & | enable_sample_replication (bool enable) |
Causes the QueueReplier to write all the replies with the dds::sub::SampleInfo::flag including the bit rti::core::SampleFlag::replicate. | |
QueueReplierParams & | enable_wait_for_ack (bool enable) |
Enables Queuing Service's 'Acknowledgment Management' feature for replies. | |
Public Member Functions inherited from rti::queuing::QueueEntityParams< QueueReplierParams > | |
QueueReplierParams & | 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. | |
QueueReplierParams & | shared_subscriber_name (const std::string &name) |
Sets the SharedSubscriber name associated with the SharedReaderQueues. | |
QueueReplierParams & | entity_name (const std::string &name) |
Sets the name of the QueueEntity. | |
Public Member Functions inherited from rti::request::detail::EntityParamsWithSetters< ActualEntity > | |
ActualEntity & | service_name (const std::string &name) |
ActualEntity & | request_topic_name (const std::string &name) |
ActualEntity & | reply_topic_name (const std::string &name) |
ActualEntity & | datawriter_qos (const dds::core::optional< dds::pub::qos::DataWriterQos > &qos) |
ActualEntity & | datareader_qos (const dds::core::optional< dds::sub::qos::DataReaderQos > &qos) |
ActualEntity & | request_type (const dds::core::optional< dds::core::xtypes::DynamicType > &type) |
ActualEntity & | reply_type (const dds::core::optional< dds::core::xtypes::DynamicType > &type) |
ActualEntity & | publisher (dds::pub::Publisher publisher) |
ActualEntity & | subscriber (dds::sub::Subscriber subscriber) |
Contains the parameters for creating a QueueReplier.
|
inlineexplicit |
Creates a QueueReplierParams object with the participant set.
The rest of the parameters that can be set in a QueueReplierParams object are optional.
participant | The dds::domain::DomainParticipant a QueueReplier uses to join a domain. |
|
inline |
Indicates whether the availability channel is enabled with the request SharedReaderQueue.
|
inline |
Causes the QueueReplier to write all the replies with the dds::sub::SampleInfo::flag including the bit rti::core::SampleFlag::replicate.
|
inline |
Enables Queuing Service's 'Acknowledgment Management' feature for replies.