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 [2020/06/04 16:14] admin ↷ Page moved from ddsf:private:cookbook:resources:appendix:glossary:c:condition to ddsf:private:cookbook: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 5: | Line 5: | ||
| set by the Data Distribution Service. Conditions can be of type: | set by the Data Distribution Service. Conditions can be of type: | ||
| - | ; GuardCondition | + | ; Guard Condition |
| - | : Application controlled, unblocks a 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 Entity objects that have status attributes, access is provided to the application by the get_statuscontition 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. |
| - | ; ReadCondition | + | ; 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 | ||
| - | ; QueryCondition | + | ; Query Condition |
| : allows an application to specify the data samples it is interested in by means of an SQL-expression. | : allows an application to specify the data samples it is interested in by means of an SQL-expression. | ||
| | | ||
| Source: [[https://istkb.adlinktech.com/article/vortex-opensplice-dds-glossary/ | OpenSplice Glossary]] | Source: [[https://istkb.adlinktech.com/article/vortex-opensplice-dds-glossary/ | OpenSplice Glossary]] | ||