CoreDX DDS
C# Reference Manual

Condition Class Reference
[DDS Conditions]

A Condition can be added to a WaitSet to provide synchronous event notification. More...

Inheritance diagram for Condition:
GuardCondition ReadCondition StatusCondition QueryCondition

List of all members.

Public Member Functions

bool get_trigger_value ()

Detailed Description

A Condition can be added to a WaitSet to provide synchronous event notification.

A Condition has a trigger_value which can be true or false.


Member Function Documentation

bool get_trigger_value (  )  [inline]

This routine returns the current value of the trigger_value in Condition c.

A non-zero return value indicates that the trigger_value is TRUE.

A zero return value indicates that the trigger_value is FALSE.


The documentation for this class was generated from the following file:
  • /home/ctucker/coredx_v3.4rc/src/dds_csharp/cond.cs

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