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 [2021/03/17 16:24] admin ↷ Links adapted because of a move operation |
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 ==== | ||
| - | [[ddsf:private:guidebook:06_append:02_quality_of_service:ownership|See QoS Policy]] | + | [[ddsf:public:guidebook:06_append:02_quality_of_service:ownership|See QoS Policy]] |
| - | Specifies whether multiple [[ddsf:private:guidebook:06_append:glossary:d:data_writer|Data Writers]] can write the same [[ddsf:private:guidebook:06_append:glossary:i:instance|instance]] of data | + | 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 [[ddsf:private:guidebook:06_append:02_quality_of_service:liveliness|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). | ||