HISTORY

 

enum HistoryQosPolicyKind {

KEEP_LAST_HISTORY_QOS,

KEEP_ALL_HISTORY_QOS

};

 

struct HistoryQosPolicy {

HistoryQosPolicyKind kind;

long depth;

};