RTI Connext C# API  6.1.0
Condition Class Reference

Base class for all the conditions that may be attached to a WaitSet. More...

Inheritance diagram for Condition:
GuardCondition StatusCondition ReadCondition QueryCondition

Public Member Functions

delegate void TriggeredEventHandler (Condition condition)
 The delegate type of the Triggered event. More...
 
void ResetEvents ()
 Removes all handlers for the Triggered event. More...
 

Properties

bool TriggerValue [get]
 Retrieves the trigger value (whether this condition is active) More...
 

Events

TriggeredEventHandler Triggered
 Event triggered in the context of WaitSet.Dispatch() when TriggerValue becomes true. More...
 

Detailed Description

Base class for all the conditions that may be attached to a WaitSet.

The full documentation is available in the C API: DDS_Condition

Member Function Documentation

◆ ResetEvents()

void ResetEvents ( )

Removes all handlers for the Triggered event.

◆ TriggeredEventHandler()

delegate void TriggeredEventHandler ( Condition  condition)

The delegate type of the Triggered event.

Parameters
conditionThe triggered condition

Property Documentation

◆ TriggerValue

bool TriggerValue
get

Retrieves the trigger value (whether this condition is active)

The full documentation is available in the C API: DDS_Condition_get_trigger_value

Event Documentation

◆ Triggered

Event triggered in the context of WaitSet.Dispatch() when TriggerValue becomes true.