![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
Base class for all Conditions that maybe attached to an IWaitSet. More...
Public Member Functions | |
bool | GetTriggerValue () |
Each ICondition has a TriggerValue that can be true or false and is set by the DDS depending on the evaluation of the ICondition. More... | |
Base class for all Conditions that maybe attached to an IWaitSet.
This class is the base class for all the conditions that may be attached to an IWaitSet. This base class is specialized in three classes by the Data Distribution Service: IGuardCondition, IStatusCondition and IReadCondition (also there is a IQueryCondition which is a specialized IReadCondition). Each Condition has a TriggerValue that can be true or false and is set by the Data Distribution Service (except an IGuardCondition) depending on the evaluation of the Condition.
Definition at line 42 of file DdsDcpsInterfaces.cs.
bool DDS.ICondition.GetTriggerValue | ( | ) |
Each ICondition has a TriggerValue that can be true or false and is set by the DDS depending on the evaluation of the ICondition.