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:c:condition [2021/07/14 15:42] murphy ↷ Page moved from ddsf:private:guidebook:06_append:glossary:c:condition to ddsf:public:guidebook:06_append:glossary:c:condition |
ddsf:public:guidebook:06_append:glossary:c:condition [2021/07/14 15:56] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ; Guard Condition | ; Guard Condition | ||
| - | : Application controlled, unblocks a [[ddsf:private:guidebook:06_append:glossary:w:waitset|WaitSet]] manually by triggering the GuardCondition set_trigger_value(TRUE). | + | : Application controlled, unblocks a [[ddsf:public:guidebook:06_append:glossary:w:waitset|WaitSet]] manually by triggering the GuardCondition set_trigger_value(TRUE). |
| ; Status Condition | ; Status Condition | ||
| - | : provides a generic mechanism for the application to be informed about relevant communication status conditions from [[ddsf:private:guidebook:06_append:glossary:e:entity|Entity]] objects that have status attributes, access is provided to the application by the get_statuscondition operation. The available status’ depend on the Entity and are described in your relevant language reference guide. | + | : provides a generic mechanism for the application to be informed about relevant communication status conditions from [[ddsf:public:guidebook:06_append:glossary:e:entity|Entity]] objects that have status attributes, access is provided to the application by the get_statuscondition operation. The available status’ depend on the Entity and are described in your relevant language reference guide. |
| ; Read Condition | ; Read Condition | ||
| : allows an application to specify the data samples it is interested in by means of their lifecycle states. The WaitSet triggers as long as data is available that matches the selected SampleState, ViewState and | : allows an application to specify the data samples it is interested in by means of their lifecycle states. The WaitSet triggers as long as data is available that matches the selected SampleState, ViewState and | ||