CoreDX DDS
C# Reference Manual

ReadCondition Class Reference
[DDS Conditions]

A ReadCondition is a specialized Condition associated with a DataReader. More...

Inheritance diagram for ReadCondition:
Condition QueryCondition

List of all members.

Public Member Functions

uint get_sample_state_mask ()
uint get_view_state_mask ()
uint get_instance_state_mask ()
DataReader get_datareader ()

Detailed Description

A ReadCondition is a specialized Condition associated with a DataReader.

The trigger_value is driven by the data available in the associated DataReader. A ReadCondition is obtained by calling the DataReader_create_readcondition() function. When the ReadCondition is no longer needed, it should be destroyed by a call to DataReader.delete_readcondition().

See also:
DataReader::create_readcondition(long sample_states, long view_states, long instance_states)
DataReader::delete_readcondition(ReadCondition)

Member Function Documentation

DataReader get_datareader (  )  [inline]

Gets the single DataReader associated with this ReadCondition.

uint get_instance_state_mask (  )  [inline]

Gets the current value of the instance_state_mask in this ReadCondition.

uint get_sample_state_mask (  )  [inline]

Gets the current value of the sample_state_mask in this ReadCondition.

uint get_view_state_mask (  )  [inline]

Gets the current value of the view_state_mask in this ReadCondition.


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.