21 package org.opensplice.dds.core.event;
30 private static final long serialVersionUID = 2098881791326037014L;
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.
ServiceEnvironment getEnvironment()
RequestedDeadlineMissedStatus getStatus()
DataReader< TYPE > getSource()
RequestedDeadlineMissedEventImpl(OsplServiceEnvironment environment, DataReader< TYPE > source, RequestedDeadlineMissedStatus status)
RequestedDeadlineMissedEvent< TYPE > clone()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
The deadline that the org.omg.dds.sub.DataReader was expecting through its org.omg.dds.core.policy.Deadline was not respected for a specific instance.
The deadline that the org.omg.dds.sub.DataReader was expecting through its org.omg.dds.core.policy.Deadline was not respected for a specific instance.