RTI Connext Modern C++ API Version 7.3.0
rti::queuing::QueueEntityParams< ActualEntity > Class Template Reference

A parent class for all queue parameter classes. More...

#include <rti/queuing/QueueParams.hpp>

Inherits rti::request::detail::EntityParamsWithSetters< ActualEntity >.

Public Member Functions

ActualEntity & 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...
 
ActualEntity & shared_subscriber_name (const std::string &name)
 Sets the SharedSubscriber name associated with the SharedReaderQueues. More...
 
ActualEntity & entity_name (const std::string &name)
 Sets the name of the QueueEntity. More...
 

Detailed Description

template<typename ActualEntity>
class rti::queuing::QueueEntityParams< ActualEntity >

A parent class for all queue parameter classes.

Member Function Documentation

◆ qos_profile()

template<typename ActualEntity >
ActualEntity & rti::queuing::QueueEntityParams< ActualEntity >::qos_profile ( const std::string &  qos_library_name,
const std::string &  qos_profile_name 
)
inline

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. .

Parameters
qos_library_nameThe name of the QoS library
qos_profile_nameThe name of the QoS profile inside the QoS library

◆ shared_subscriber_name()

template<typename ActualEntity >
ActualEntity & rti::queuing::QueueEntityParams< ActualEntity >::shared_subscriber_name ( const std::string &  name)
inline

Sets the SharedSubscriber name associated with the SharedReaderQueues.

◆ entity_name()

template<typename ActualEntity >
ActualEntity & rti::queuing::QueueEntityParams< ActualEntity >::entity_name ( const std::string &  name)
inline

Sets the name of the QueueEntity.

The name of the QueueEntity is used along with the topic name to generate the QueueEntity's GUID. The entity name is used along with the topic name to generate a Guid. By default, entity name is null which means that the entity Guid is randomly generated.