RTI Connext Traditional C++ API  Version 6.1.1
DDS_PublisherQos Struct Reference

QoS policies supported by a DDSPublisher entity. More...

Public Member Functions

bool operator== (const DDS_PublisherQos &r) const
 Compares two PublisherQos objects for equality. More...
 
bool operator!= (const DDS_PublisherQos &r) const
 Compares two PublisherQos objects for inequality. More...
 
DDS_ReturnCode_t print () const
 Prints this DDS_PublisherQos to stdout. More...
 
DDS_ReturnCode_t to_string (char *string, DDS_UnsignedLong &string_size) const
 Obtains a string representation of this DDS_PublisherQos. More...
 
DDS_ReturnCode_t to_string (char *string, DDS_UnsignedLong &string_size, const DDS_PublisherQos &base) const
 Obtains a string representation of this DDS_PublisherQos. More...
 
DDS_ReturnCode_t to_string (char *string, DDS_UnsignedLong &string_size, const DDS_QosPrintFormat &format) const
 Obtains a string representation of this DDS_PublisherQos. More...
 
DDS_ReturnCode_t to_string (char *string, DDS_UnsignedLong &string_size, const DDS_PublisherQos &base, const DDS_QosPrintFormat &format) const
 Obtains a string representation of this DDS_PublisherQos. More...
 
DDS_ReturnCode_t to_string (char *string, DDS_UnsignedLong &string_size, const DDS_QosPrintAll_t &) const
 Obtains a string representation of this DDS_PublisherQos. More...
 
DDS_ReturnCode_t to_string (char *string, DDS_UnsignedLong &string_size, const DDS_QosPrintAll_t &, const DDS_QosPrintFormat &format) const
 Obtains a string representation of this DDS_PublisherQos. More...
 

Public Attributes

struct DDS_PresentationQosPolicy presentation
 Presentation policy, PRESENTATION. More...
 
struct DDS_PartitionQosPolicy partition
 Partition policy, PARTITION. More...
 
struct DDS_GroupDataQosPolicy group_data
 Group data policy, GROUP_DATA. More...
 
struct DDS_EntityFactoryQosPolicy entity_factory
 Entity factory policy, ENTITY_FACTORY. More...
 
struct DDS_AsynchronousPublisherQosPolicy asynchronous_publisher
 <<extension>> Asynchronous publishing settings for the DDSPublisher and all entities that are created by it. More...
 
struct DDS_ExclusiveAreaQosPolicy exclusive_area
 <<extension>> Exclusive area for the DDSPublisher and all entities that are created by it. More...
 
struct DDS_EntityNameQosPolicy publisher_name
 <<extension>> EntityName policy, ENTITY_NAME. More...
 

Detailed Description

Member Function Documentation

◆ operator==()

bool DDS_PublisherQos::operator== ( const DDS_PublisherQos r) const
inline

Compares two PublisherQos objects for equality.

See also
DDS_PublisherQos_equals

References DDS_PublisherQos_equals().

◆ operator!=()

bool DDS_PublisherQos::operator!= ( const DDS_PublisherQos r) const
inline

Compares two PublisherQos objects for inequality.

See also
DDS_PublisherQos_equals

References DDS_PublisherQos_equals().

Member Data Documentation

◆ presentation

struct DDS_PresentationQosPolicy DDS_PublisherQos::presentation

Presentation policy, PRESENTATION.

◆ partition

struct DDS_PartitionQosPolicy DDS_PublisherQos::partition

Partition policy, PARTITION.

◆ group_data

struct DDS_GroupDataQosPolicy DDS_PublisherQos::group_data

Group data policy, GROUP_DATA.

◆ entity_factory

struct DDS_EntityFactoryQosPolicy DDS_PublisherQos::entity_factory

Entity factory policy, ENTITY_FACTORY.

◆ asynchronous_publisher

struct DDS_AsynchronousPublisherQosPolicy DDS_PublisherQos::asynchronous_publisher

<<extension>> Asynchronous publishing settings for the DDSPublisher and all entities that are created by it.

◆ exclusive_area

struct DDS_ExclusiveAreaQosPolicy DDS_PublisherQos::exclusive_area

<<extension>> Exclusive area for the DDSPublisher and all entities that are created by it.

◆ publisher_name

struct DDS_EntityNameQosPolicy DDS_PublisherQos::publisher_name

<<extension>> EntityName policy, ENTITY_NAME.