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(java.lang.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 |
---|---|
java.util.Set<SampleState> |
Subscriber.DataState.getSampleStates()
Get the current set of sample states.
|
java.util.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 © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.