RTI Connext C# API  6.1.0
StatusCondition Class Reference

A Condition that is associated with each Entity and activates when certain status changes happen to that Entity. More...

Inheritance diagram for StatusCondition:
Condition

Properties

Entity Entity [get]
 Get the Entity associated with the StatusCondition. More...
 
StatusMask EnabledStatuses [get, set]
 Get or set the list of statuses enabled on an Entity. More...
 
- Properties inherited from Condition
bool TriggerValue [get]
 Retrieves the trigger value (whether this condition is active) More...
 

Additional Inherited Members

- Public Member Functions inherited from Condition
delegate void TriggeredEventHandler (Condition condition)
 The delegate type of the Triggered event. More...
 
void ResetEvents ()
 Removes all handlers for the Triggered event. More...
 
- Events inherited from Condition
TriggeredEventHandler Triggered
 Event triggered in the context of WaitSet.Dispatch() when TriggerValue becomes true. More...
 

Detailed Description

A Condition that is associated with each Entity and activates when certain status changes happen to that Entity.

Property Documentation

◆ EnabledStatuses

StatusMask EnabledStatuses
getset

Get or set the list of statuses enabled on an Entity.

The full documentation is available in the C API: DDS_StatusCondition_set_enabled_statuses

◆ Entity

Get the Entity associated with the StatusCondition.

The full documentation is available in the C API: DDS_StatusCondition_get_entity