RTI Connext .NET API (legacy)  Version 6.1.2

DDS::DataWriter entity and associated elements More...

Classes

class  DDS::AcknowledgmentInfo
 Information about an application-level acknowledged sample. More...
 
struct  DDS::OfferedDeadlineMissedStatus
 OFFERED_DEADLINE_MISSED_STATUS. More...
 
struct  DDS::LivelinessLostStatus
 LIVELINESS_LOST_STATUS. More...
 
class  DDS::OfferedIncompatibleQosStatus
 OFFERED_INCOMPATIBLE_QOS_STATUS. More...
 
struct  DDS::PublicationMatchedStatus
 PUBLICATION_MATCHED_STATUS. More...
 
struct  DDS::ReliableWriterCacheEventCount
 <<extension>> The number of times the number of unacknowledged samples in the cache of a reliable writer hit a certain well-defined threshold. More...
 
struct  DDS::ReliableWriterCacheChangedStatus
 <<extension>> A summary of the state of a data writer's cache of unacknowledged samples written. More...
 
struct  DDS::ReliableReaderActivityChangedStatus
 <<extension>> Describes the activity (i.e. are acknowledgements forthcoming) of reliable readers matched to a reliable writer. More...
 
struct  DDS::DataWriterCacheStatus
 <<extension>> The status of the DataWriter's cache. Provides information on cache related metrics such as the number of samples and instances in the DataWriter queue. More...
 
struct  DDS::DataWriterProtocolStatus
 <<extension>> The status of a writer's internal protocol related metrics, like the number of samples pushed, pulled, filtered; and status of wire protocol traffic. More...
 
struct  DDS::ServiceRequestAcceptedStatus
 SERVICE_REQUEST_ACCEPTED_STATUS. More...
 
class  DDS::DataWriterQos
 QoS policies supported by a DDS::DataWriter entity. More...
 
class  DDS::DataWriterListener
 <<interface>> DDS::Listener for writer status. More...
 
class  DDS::DataWriter
 <<interface>> Allows an application to set the value of the data to be published under a given DDS::Topic. More...
 
class  DDS::TypedDataWriter< T >
 <<interface>> <<generic>> User data type specific data writer. More...
 
class  FooDataWriter
 <<interface>> <<generic>> User data type specific data writer. More...
 

Functions

bool DDS::DataWriterQos::equals (DataWriterQos^ other)
 Compares two DDS::DataWriterQos for equality. More...
 

Detailed Description

DDS::DataWriter entity and associated elements

Function Documentation

◆ equals()

bool DDS::DataWriterQos::equals ( DataWriterQos other)

Compares two DDS::DataWriterQos for equality.

Parameters
other<<in>> The other DataWriterQos to be compared with this DataWriterQos.
Returns
true if the two Qos objects are equal or false otherwise.