OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <Qos_Helper.h>
Public Member Functions | |
HistoryQosPolicyBuilder () | |
const DDS::HistoryQosPolicy & | qos () const |
DDS::HistoryQosPolicy & | qos () |
operator const DDS::HistoryQosPolicy & () const | |
operator DDS::HistoryQosPolicy & () | |
HistoryQosPolicyBuilder & | kind (DDS::HistoryQosPolicyKind kind) |
HistoryQosPolicyBuilder & | keep_last (int depth) |
HistoryQosPolicyBuilder & | keep_all () |
HistoryQosPolicyBuilder & | depth (int depth) |
Private Attributes | |
DDS::HistoryQosPolicy | qos_ |
Definition at line 924 of file Qos_Helper.h.
|
inline |
Definition at line 926 of file Qos_Helper.h.
References DDS::KEEP_LAST_HISTORY_QOS.
|
inline |
Definition at line 956 of file Qos_Helper.h.
References depth().
Referenced by depth().
|
inline |
Definition at line 950 of file Qos_Helper.h.
References DDS::KEEP_ALL_HISTORY_QOS, and kind().
|
inline |
Definition at line 943 of file Qos_Helper.h.
References DDS::KEEP_LAST_HISTORY_QOS, and kind().
|
inline |
Definition at line 937 of file Qos_Helper.h.
References kind().
Referenced by keep_all(), keep_last(), and kind().
|
inline |
Definition at line 934 of file Qos_Helper.h.
|
inline |
Definition at line 935 of file Qos_Helper.h.
|
inline |
Definition at line 932 of file Qos_Helper.h.
|
inline |
Definition at line 933 of file Qos_Helper.h.
|
private |
Definition at line 963 of file Qos_Helper.h.