19 #ifndef FASTDDS_DDS_CORE_POLICY__RTPSRELIABLEREADERQOS_HPP
20 #define FASTDDS_DDS_CORE_POLICY__RTPSRELIABLEREADERQOS_HPP
22 #include <fastdds/dds/core/policy/QosPolicies.hpp>
23 #include <fastdds/rtps/attributes/ReaderAttributes.hpp>
Class DisablePositiveACKsQosPolicy to disable sending of positive ACKs.
Definition: QosPolicies.hpp:2222
Qos Policy to configure the DisablePositiveACKsQos and the reader attributes.
Definition: RTPSReliableReaderQos.hpp:31
bool operator==(const RTPSReliableReaderQos &b) const
Definition: RTPSReliableReaderQos.hpp:46
FASTDDS_EXPORTED_API RTPSReliableReaderQos()
Constructor.
Definition: RTPSReliableReaderQos.hpp:37
DisablePositiveACKsQosPolicy disable_positive_acks
Control the sending of positive ACKs.
Definition: RTPSReliableReaderQos.hpp:66
virtual FASTDDS_EXPORTED_API ~RTPSReliableReaderQos()=default
Destructor.
void clear()
Definition: RTPSReliableReaderQos.hpp:53
fastdds::rtps::ReaderTimes times
Times associated with the Reliable Readers events.
Definition: RTPSReliableReaderQos.hpp:61
Class ReaderTimes, defining the times associated with the Reliable Readers events.
Definition: ReaderAttributes.hpp:38
Definition: DomainParticipant.hpp:46