See: Description
Class | Description |
---|---|
DataAvailableEvent<TYPE> |
New information is available.
|
DataOnReadersEvent |
New information is available.
|
InconsistentTopicEvent<TYPE> |
Another topic exists with the same name but different characteristics.
|
LivelinessChangedEvent<TYPE> |
The liveliness of one or more
DataWriter s that were writing
instances read through the DataReader has changed. |
LivelinessLostEvent<TYPE> |
The liveliness that the
DataWriter has committed through its
Liveliness was not respected; thus DataReader
entities will consider the DataWriter as no longer "active." |
OfferedDeadlineMissedEvent<TYPE> |
The deadline that the
DataWriter has committed through its
Deadline was not respected for a specific instance. |
OfferedIncompatibleQosEvent<TYPE> |
A
QosPolicy value was incompatible with what was requested. |
PublicationMatchedEvent<TYPE> |
The
DataWriter has found a DataReader that matches the
Topic and has compatible QoS, or has ceased to be matched with a
DataReader that was previously considered to be matched. |
RequestedDeadlineMissedEvent<TYPE> |
The deadline that the
DataReader was expecting through its
Deadline was not respected for a specific instance. |
RequestedIncompatibleQosEvent<TYPE> |
A
QosPolicy value was incompatible with what is offered. |
SampleLostEvent<TYPE> |
A sample has been lost (never received).
|
SampleRejectedEvent<TYPE> |
A (received) sample has been rejected.
|
StatusChangedEvent<SOURCE extends Entity<?,?>> |
The status of an Entity changed.
|
SubscriptionMatchedEvent<TYPE> |
The
DataReader has found a DataWriter that matches the
Topic and has compatible QoS, or has ceased to be matched with a
DataWriter that was previously considered to be matched. |
Copyright © 2014. All rights reserved.