RTI Connext Java API
Version 5.0.0
|
<<interface>> Root class for all the conditions that may be attached to a com.rti.dds.infrastructure.WaitSet. More...
Public Member Functions | |
boolean | get_trigger_value () |
Retrieve the trigger_value . | |
<<interface>> Root class for all the conditions that may be attached to a com.rti.dds.infrastructure.WaitSet.
This basic class is specialised in three classes:
com.rti.dds.infrastructure.GuardCondition, com.rti.dds.infrastructure.StatusCondition, and com.rti.dds.subscription.ReadCondition.
A com.rti.dds.infrastructure.Condition has a trigger_value
that can be com.rti.dds.infrastructure.true or com.rti.dds.infrastructure.false and is set automatically by RTI Connext.
boolean get_trigger_value | ( | ) |
Retrieve the trigger_value
.