15.1.1.3.32. ReaderDataLifecycleQosPolicy¶
-
class
eprosima::fastdds::dds
::
ReaderDataLifecycleQosPolicy
¶ Specifies the behavior of the DataReader with regards to the lifecycle of the data-instances it manages.
- Warning
This Qos Policy will be implemented in future releases.
- Note
Mutable Qos Policy
Public Functions
-
ReaderDataLifecycleQosPolicy
()¶ Constructor.
-
~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.