OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <Qos_Helper.h>
Public Member Functions | |
DurabilityServiceQosPolicyBuilder () | |
const DDS::DurabilityServiceQosPolicy & | qos () const |
DDS::DurabilityServiceQosPolicy & | qos () |
operator const DDS::DurabilityServiceQosPolicy & () const | |
operator DDS::DurabilityServiceQosPolicy & () | |
DurabilityServiceQosPolicyBuilder & | service_cleanup_delay (const DDS::Duration_t &delay) |
DurabilityServiceQosPolicyBuilder & | history_kind (DDS::HistoryQosPolicyKind kind) |
DurabilityServiceQosPolicyBuilder & | keep_last (int depth) |
DurabilityServiceQosPolicyBuilder & | keep_all () |
DurabilityServiceQosPolicyBuilder & | history_depth (int depth) |
DurabilityServiceQosPolicyBuilder & | max_samples (int value) |
DurabilityServiceQosPolicyBuilder & | max_instances (int value) |
DurabilityServiceQosPolicyBuilder & | max_samples_per_instance (int value) |
Private Attributes | |
DDS::DurabilityServiceQosPolicy | qos_ |
Definition at line 600 of file Qos_Helper.h.
|
inline |
Definition at line 602 of file Qos_Helper.h.
References DDS::DURATION_ZERO_NSEC, DDS::DURATION_ZERO_SEC, DDS::KEEP_LAST_HISTORY_QOS, and DDS::LENGTH_UNLIMITED.
|
inline |
Definition at line 643 of file Qos_Helper.h.
References history_depth().
Referenced by history_depth().
|
inline |
Definition at line 624 of file Qos_Helper.h.
References history_kind().
Referenced by history_kind(), keep_all(), and keep_last().
|
inline |
Definition at line 637 of file Qos_Helper.h.
References history_kind(), and DDS::KEEP_ALL_HISTORY_QOS.
|
inline |
Definition at line 630 of file Qos_Helper.h.
References history_kind(), and DDS::KEEP_LAST_HISTORY_QOS.
|
inline |
Definition at line 655 of file Qos_Helper.h.
References max_instances(), and value.
Referenced by max_instances().
|
inline |
Definition at line 649 of file Qos_Helper.h.
References max_samples(), and value.
Referenced by max_samples().
|
inline |
Definition at line 661 of file Qos_Helper.h.
References max_samples_per_instance(), and value.
Referenced by max_samples_per_instance().
|
inline |
Definition at line 615 of file Qos_Helper.h.
|
inline |
Definition at line 616 of file Qos_Helper.h.
|
inline |
Definition at line 613 of file Qos_Helper.h.
|
inline |
Definition at line 614 of file Qos_Helper.h.
|
inline |
Definition at line 618 of file Qos_Helper.h.
References service_cleanup_delay().
Referenced by service_cleanup_delay().
|
private |
Definition at line 668 of file Qos_Helper.h.