SampleStateKind Class Reference
[Sample States]

Indicates whether or not a sample has ever been read. More...

List of all members.

Static Public Attributes

static final int READ_SAMPLE_STATE = 0x0001 << 0
 Sample has been read.
static final int NOT_READ_SAMPLE_STATE = 0x0001 << 1
 Sample has not been read.
static final int ANY_SAMPLE_STATE = 0xffff
 Any sample state SampleStateKind.READ_SAMPLE_STATE | SampleStateKind.NOT_READ_SAMPLE_STATE.


Detailed Description

Indicates whether or not a sample has ever been read.

For each sample received, the middleware internally maintains a sample_state relative to each com.rti.dds.subscription.DataReader. The sample state can be either:

The sample state will, in general, be different for each sample in the collection returned by read or take.

Member Data Documentation

final int READ_SAMPLE_STATE = 0x0001 << 0 [static]

Sample has been read.

final int NOT_READ_SAMPLE_STATE = 0x0001 << 1 [static]

Sample has not been read.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc