![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
GuardConditionImpl (OsplServiceEnvironment environment) | |
ServiceEnvironment | getEnvironment () |
DDS.GuardCondition | getOldCondition () |
boolean | getTriggerValue () |
void | setTriggerValue (boolean value) |
String | toString () |
Static Public Member Functions | |
static GuardCondition | newGuardCondition (ServiceEnvironment env) |
Creates a new GuardCondition object which can be used in alink org.omg.dds.core.WaitSet}. More... | |
Definition at line 26 of file GuardConditionImpl.java.
org.opensplice.dds.core.GuardConditionImpl.GuardConditionImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 31 of file GuardConditionImpl.java.
ServiceEnvironment org.opensplice.dds.core.GuardConditionImpl.getEnvironment | ( | ) |
Implements org.omg.dds.core.DDSObject.
Definition at line 42 of file GuardConditionImpl.java.
DDS.GuardCondition org.opensplice.dds.core.GuardConditionImpl.getOldCondition | ( | ) |
Definition at line 52 of file GuardConditionImpl.java.
boolean org.opensplice.dds.core.GuardConditionImpl.getTriggerValue | ( | ) |
Implements org.omg.dds.core.Condition.
Definition at line 37 of file GuardConditionImpl.java.
|
staticinherited |
Creates a new GuardCondition object which can be used in alink org.omg.dds.core.WaitSet}.
env | Identifies the Service instance to which the new object will belong. |
Definition at line 69 of file GuardCondition.java.
void org.opensplice.dds.core.GuardConditionImpl.setTriggerValue | ( | boolean | value | ) |
Definition at line 47 of file GuardConditionImpl.java.
String org.opensplice.dds.core.GuardConditionImpl.toString | ( | ) |
Definition at line 57 of file GuardConditionImpl.java.