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:e:entity [2021/03/17 16:24] admin ↷ Links adapted because of a move operation |
ddsf:public:guidebook:06_append:glossary:e:entity [2021/07/14 15:54] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| The system components are called **Entities** because they all inherit from | The system components are called **Entities** because they all inherit from | ||
| - | the Entity class. Each Entity has specialised [[ddsf:private:guidebook:06_append:glossary:q:quality_of_service_qos_policies|QoS]] policies. An Entity may | + | the Entity class. Each Entity has specialised [[ddsf:public:guidebook:06_append:glossary:q:quality_of_service_qos_policies|QoS]] policies. An Entity may |
| - | have a [[ddsf:private:guidebook:06_append:glossary:l:listener|Listener]], a call back interface for notifications about changes in | + | have a [[ddsf:public:guidebook:06_append:glossary:l:listener|Listener]], a call back interface for notifications about changes in |
| the Entity’s state or, a wait interface (using WaitSets) for detecting | the Entity’s state or, a wait interface (using WaitSets) for detecting | ||
| changes in the Entity’s state. | changes in the Entity’s state. | ||