Package | Description |
---|---|
org.omg.dds.sub |
The Subscription Module contains the
Subscriber ,
DataReader , ReadCondition ,
and QueryCondition interfaces, as well as the
SubscriberListener and
DataReaderListener interfaces, and more generally,
all that is needed on the subscription side. |
Modifier and Type | Method and Description |
---|---|
SampleState |
Sample.getSampleState()
For each sample received, the middleware internally maintains a
sampleState relative to each
DataReader . |
static SampleState |
SampleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SampleState[] |
SampleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<SampleState> |
Subscriber.DataState.getSampleStates()
Get the current set of sample states.
|
Set<SampleState> |
ReadCondition.getSampleStates()
This operation returns the set of sample states that are taken into
account to determine the triggerValue of the ReadCondition.
|
Modifier and Type | Method and Description |
---|---|
Subscriber.DataState |
Subscriber.DataState.with(SampleState state)
Add the given
SampleState to this DataState. |
Copyright © 2014. All rights reserved.