CoreDX DDS Java Reference Manual
Public Member Functions | List of all members
StatusCondition Class Reference

A StatusCondition is a condition associated with an Entity. The trigger_value is driven by the communication status of the associated Entity. More...

Inheritance diagram for StatusCondition:
Condition

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 ()
 

Detailed Description

A StatusCondition is a condition associated with an Entity. The trigger_value is driven by the communication status of the associated Entity.

See also
com.toc.coredx.DDS.Constants for public Status constants

Member Function Documentation

long get_enabled_statuses ( )

This routine returns the statuses which are enabled in this StatusCondition. The statuses are returned as a bitmask.

See also
DDS for a list of public Status constants
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.

See also
DDS for a list of public Status constants

© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.