21 package org.opensplice.dds.core.event;
30 private static final long serialVersionUID = 3194689213798347497L;
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.
A org.omg.dds.core.policy.QosPolicy value was incompatible with what is offered.
DataReader< TYPE > getSource()
RequestedIncompatibleQosEvent< TYPE > clone()
RequestedIncompatibleQosStatus getStatus()
ServiceEnvironment getEnvironment()
RequestedIncompatibleQosEventImpl(OsplServiceEnvironment environment, DataReader< TYPE > source, RequestedIncompatibleQosStatus status)
A org.omg.dds.core.policy.QosPolicy value was incompatible with what is offered.
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...