RTI Connext Java API
Version 5.0.0
|
Indicates whether or not a sample has ever been read. More...
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 com.rti.dds.subscription.SampleStateKind.SampleStateKind.READ_SAMPLE_STATE | com.rti.dds.subscription.SampleStateKind.SampleStateKind.NOT_READ_SAMPLE_STATE. | |
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.
|
static |
Sample has been read.
|
static |
Sample has not been read.