| 
    RTI Connext Traditional C++ API
    Version 6.0.0
    
   | 
 
DDSDataWriter entity and associated elements More...
Classes | |
| struct | DDS_OfferedDeadlineMissedStatus | 
| DDS_OFFERED_DEADLINE_MISSED_STATUS  More... | |
| struct | DDS_LivelinessLostStatus | 
| DDS_LIVELINESS_LOST_STATUS  More... | |
| struct | DDS_OfferedIncompatibleQosStatus | 
| DDS_OFFERED_INCOMPATIBLE_QOS_STATUS  More... | |
| struct | DDS_PublicationMatchedStatus | 
| DDS_PUBLICATION_MATCHED_STATUS  More... | |
| struct | DDS_ServiceRequestAcceptedStatus | 
| DDS_SERVICE_REQUEST_ACCEPTED_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 writer's cache.  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_AcknowledgmentInfo | 
| Information about an application-level acknowledged sample.  More... | |
| struct | DDS_DataWriterQos | 
| QoS policies supported by a DDSDataWriter entity.  More... | |
| class | FooDataWriter | 
| <<interface>> <<generic>> User data type specific data writer.  More... | |
| class | DDSDataWriterListener | 
| <<interface>> DDSListener for writer status.  More... | |
| class | DDSDataWriter | 
| <<interface>> Allows an application to set the value of the data to be published under a given DDSTopic.  More... | |
Functions | |
| DDS_Boolean | DDS_DataWriterQos_equals (const struct DDS_DataWriterQos *self, const struct DDS_DataWriterQos *other) | 
| Compares two DDS_DataWriterQos for equality.   | |
DDSDataWriter entity and associated elements
| DDS_Boolean DDS_DataWriterQos_equals | ( | const struct DDS_DataWriterQos * | self, | 
| const struct DDS_DataWriterQos * | other | ||
| ) | 
Compares two DDS_DataWriterQos for equality.
| self | <<in>> This DataWriterQos. | 
| other | <<in>> The other DataWriterQos to be compared with this DataWriterQos. | 
Referenced by DDS_DataWriterQos::operator!=(), and DDS_DataWriterQos::operator==().