CoreDX DDS
Java Reference Manual

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

List of all members.

Public Member Functions

ReturnCode_t set_enabled_statuses (long mask)
long get_enabled_statuses ()
Entity get_entity ()

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:
Statuses for public Status constants

Member Function Documentation

long get_enabled_statuses (  )  [inline]

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 (  )  [inline]

This routine returns the single entity associated with this StatusCondition.

ReturnCode_t set_enabled_statuses ( long  mask  )  [inline]

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
 All Classes Functions Variables

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