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:glossary:o:ownership_qos [2020/06/04 14:40] admin ↷ Page moved from ddsf:public:resources:appendix:glossary:o:ownership_qos to ddsf:private:cookbook:resources:appendix:glossary:o:ownership_qos |
ddsf:public:guidebook:06_append:glossary:o:ownership_qos [2021/07/14 15:51] (current) murphy ↷ Page moved from ddsf:private:guidebook:06_append:glossary:o:ownership_qos to ddsf:public:guidebook:06_append:glossary:o:ownership_qos |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== Ownership QoS ==== | ==== Ownership QoS ==== | ||
| - | Specifies whether multiple Data Writers can write the same instance of data | + | |
| + | [[ddsf:public:guidebook:06_append:02_quality_of_service:ownership|See QoS Policy]] | ||
| + | |||
| + | Specifies whether multiple [[ddsf:public:guidebook:06_append:glossary:d:data_writer|Data Writers]] can write the same [[ddsf:public:guidebook:06_append:glossary:i:instance|instance]] of data | ||
| and if so, how these modifications should be handled. Multiple writers are | and if so, how these modifications should be handled. Multiple writers are | ||
| allowed to update the same instance and updates are available to the | allowed to update the same instance and updates are available to the | ||
| reader (Shared). Each instance can only be owned by one Data Writer, | reader (Shared). Each instance can only be owned by one Data Writer, | ||
| - | but the owner of an instance can change dynamically due to Liveliness | + | but the owner of an instance can change dynamically due to [[ddsf:public:guidebook:06_append:02_quality_of_service:liveliness|Liveliness]] |
| changes (Exclusive). | changes (Exclusive). | ||