|
OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <Qos_Helper.h>

Public Member Functions | |
| HistoryQosPolicyBuilder () | |
| HistoryQosPolicyBuilder (const DDS::HistoryQosPolicy &qos) | |
| 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 944 of file Qos_Helper.h.
|
inline |
Definition at line 946 of file Qos_Helper.h.
References DDS::KEEP_LAST_HISTORY_QOS.
|
inlineexplicit |
Definition at line 952 of file Qos_Helper.h.
|
inline |
Definition at line 980 of file Qos_Helper.h.
References depth().
Referenced by depth().
|
inline |
Definition at line 974 of file Qos_Helper.h.
References DDS::KEEP_ALL_HISTORY_QOS, and kind().
|
inline |
Definition at line 967 of file Qos_Helper.h.
References DDS::KEEP_LAST_HISTORY_QOS, and kind().
|
inline |
Definition at line 961 of file Qos_Helper.h.
References kind().
Referenced by keep_all(), keep_last(), and kind().
|
inline |
Definition at line 958 of file Qos_Helper.h.
|
inline |
Definition at line 959 of file Qos_Helper.h.
|
inline |
Definition at line 956 of file Qos_Helper.h.
|
inline |
Definition at line 957 of file Qos_Helper.h.
|
private |
Definition at line 987 of file Qos_Helper.h.
1.8.13