17.1.1.3.34. ReaderDataLifecycleQosPolicy¶
-
class ReaderDataLifecycleQosPolicy¶
Specifies the behavior of the DataReader with regards to the lifecycle of the data-instances it manages.
Note
Mutable Qos Policy
Warning
This Qos Policy will be implemented in future releases.
Public Functions
-
inline ReaderDataLifecycleQosPolicy()¶
Constructor.
-
inline virtual ~ReaderDataLifecycleQosPolicy()¶
Destructor.
Public Members
-
Duration_t autopurge_no_writer_samples_delay¶
Indicates the duration the DataReader
must retain information regarding instances that have the instance_state NOT_ALIVE_NO_WRITERS.
By default, c_TimeInfinite.
-
Duration_t autopurge_disposed_samples_delay¶
Indicates the duration the DataReader
must retain information regarding instances that have the instance_state NOT_ALIVE_DISPOSED.
By default, c_TimeInfinite.
-
inline ReaderDataLifecycleQosPolicy()¶