21 package org.opensplice.dds.core.event;
31 private static final long serialVersionUID = 5283779390935565015L;
37 this.environment = environment;
43 return this.environment;
56 @SuppressWarnings(
"unchecked")
A DataReader allows the application (1) to declare the data it wishes to receive (i.e., make a subscription) and (2) to access the data received by the attached org.omg.dds.sub.Subscriber.
DataAvailableStatus getStatus()
DataAvailableEventImpl(OsplServiceEnvironment environment, DataReader< TYPE > source, DataAvailableStatusImpl status)
DataAvailableEvent< TYPE > clone()
DataReader< TYPE > getSource()
The DataAvailableEvent status change becomes TRUE when either a data-sample arrives or else the ViewS...
ServiceEnvironment getEnvironment()
There is new data in the DataReader.
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...