Class DisablePositiveACKsQosPolicy to disable sending of positive ACKs. More...
#include <QosPolicies.hpp>
Public Member Functions | |
FASTDDS_EXPORTED_API | DisablePositiveACKsQosPolicy () |
Constructor. | |
virtual FASTDDS_EXPORTED_API | ~DisablePositiveACKsQosPolicy ()=default |
Destructor. | |
bool | operator== (const DisablePositiveACKsQosPolicy &b) const |
void | clear () override |
Clears the QosPolicy object. | |
![]() | |
FASTDDS_EXPORTED_API | Parameter_t () |
Constructor without parameters. | |
FASTDDS_EXPORTED_API | Parameter_t (ParameterId_t pid, uint16_t length) |
Constructor using a parameter PID and the parameter length. | |
virtual FASTDDS_EXPORTED_API | ~Parameter_t () |
Destructor. | |
bool | operator== (const Parameter_t &b) const |
![]() | |
QosPolicy () | |
Constructor without parameters. | |
QosPolicy (bool send_always) | |
Constructor. | |
QosPolicy (const QosPolicy &b)=default | |
Copy Constructor. | |
virtual | ~QosPolicy ()=default |
Destructor. | |
bool | operator== (const QosPolicy &b) const |
QosPolicy & | operator= (const QosPolicy &b)=default |
virtual bool | send_always () const |
Whether it should always be sent. | |
Public Attributes | |
bool | enabled |
True if this QoS is enabled. By default, false. | |
fastdds::dds::Duration_t | duration |
The duration to keep samples for (not serialized as not needed by reader). By default, dds::c_TimeInfinite. | |
![]() | |
ParameterId_t | Pid |
Parameter ID. By default, PID_PAD. | |
uint16_t | length |
Parameter length. By default, 0. | |
![]() | |
bool | hasChanged |
Boolean that indicates if the Qos has been changed with respect to the default Qos. | |
Additional Inherited Members | |
![]() | |
bool | send_always_ |
Boolean that indicates if the Qos has to be sent even if it is not changed. | |
Class DisablePositiveACKsQosPolicy to disable sending of positive ACKs.
|
inline |
Constructor.
|
virtualdefault |
Destructor.
|
inline |
fastdds::dds::Duration_t duration |
The duration to keep samples for (not serialized as not needed by reader).
By default, dds::c_TimeInfinite.
bool enabled |
True if this QoS is enabled.
By default, false.