This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ddsf:public:guidebook:06_append:02_quality_of_service:writer_data_lifecycle [2020/06/04 21:52] admin ↷ Links adapted because of a move operation |
ddsf:public:guidebook:06_append:02_quality_of_service:writer_data_lifecycle [2021/07/14 15:46] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== WRITER_DATA_LIFECYCLE QoS Parameter ====== | ====== WRITER_DATA_LIFECYCLE QoS Parameter ====== | ||
| - | [[ddsf:private:cookbook:03_append:02_quality_of_service|return to the Quality of Service (QoS) Parameters ]] | + | [[ddsf:public:guidebook:06_append:02_quality_of_service:start|return to the Quality of Service (QoS) Parameters ]] |
| - | The WRITER_DATA_LIFECYCLE policy controls the behavior of the ''DataWriter'' with regards to the lifecycle of the data-instances it manages, that is, the data-instances that have been either explicitly registered with the ''DataWriter'' using the register operations or implicitly by directly writing the data. | + | The WRITER_DATA_LIFECYCLE policy controls the behavior of the ''DataWriter'' with regards to the lifecycle of the data-[[ddsf:public:guidebook:06_append:glossary:i:instance|instances]] it manages, that is, the data-instances that have been either explicitly registered with the ''DataWriter'' using the register operations or implicitly by directly writing the data. |
| The autodispose_unregistered_instances flag controls the behavior when the DataWriter unregisters an instance by means of the unregister operations: | The autodispose_unregistered_instances flag controls the behavior when the DataWriter unregisters an instance by means of the unregister operations: | ||
| Line 13: | Line 13: | ||
| | | ||
| Source: [[https://www.omg.org/spec/DDS/1.4/PDF | DDS 1.4 Spec]] | Source: [[https://www.omg.org/spec/DDS/1.4/PDF | DDS 1.4 Spec]] | ||
| + | |||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||