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 [2019/05/12 22:03] admin |
ddsf:public:guidebook:06_append:glossary:e:entity [2021/07/14 15:54] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== Entity ==== | ==== Entity ==== | ||
| - | 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 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 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. | ||