A StatusCondition is a condition associated with an Entity. The trigger_value is driven by the communication status of the associated Entity. More...
Public Member Functions | |
| ReturnCode_t | set_enabled_statuses (long mask) |
| long | get_enabled_statuses () |
| Entity | get_entity () |
Public Member Functions inherited from Condition | |
| boolean | get_trigger_value () |
A StatusCondition is a condition associated with an Entity. The trigger_value is driven by the communication status of the associated Entity.
| long get_enabled_statuses | ( | ) |
This routine returns the statuses which are enabled in this StatusCondition. The statuses are returned as a bitmask.
| Entity get_entity | ( | ) |
This routine returns the single entity associated with this StatusCondition.
| ReturnCode_t set_enabled_statuses | ( | long | mask | ) |
This routine sets the statuses which are enabled in this StatusCondition. The statuses are provided as a bitmask.