Public Member Functions | |
void | on_requested_deadline_missed (DataReader reader, RequestedDeadlineMissedStatus status) |
Handles the StatusKind.REQUESTED_DEADLINE_MISSED_STATUS communication status. | |
void | on_requested_incompatible_qos (DataReader reader, RequestedIncompatibleQosStatus status) |
Handles the StatusKind.REQUESTED_INCOMPATIBLE_QOS_STATUS communication status. | |
void | on_sample_rejected (DataReader reader, SampleRejectedStatus status) |
Handles the StatusKind.SAMPLE_REJECTED_STATUS communication status. | |
void | on_liveliness_changed (DataReader reader, LivelinessChangedStatus status) |
Handles the StatusKind.LIVELINESS_CHANGED_STATUS communication status. | |
void | on_data_available (DataReader reader) |
Handle the StatusKind.DATA_AVAILABLE_STATUS communication status. | |
void | on_sample_lost (DataReader reader, SampleLostStatus status) |
Handles the StatusKind.SAMPLE_LOST_STATUS_STATUS communication status. | |
void | on_subscription_matched (DataReader reader, SubscriptionMatchedStatus status) |
Handles the StatusKind.SUBSCRIPTION_MATCHED_STATUS communication status. |
Clients who do not wish to implement all listener methods can subclass this class and override only the methods of interest.
void on_requested_deadline_missed | ( | DataReader | reader, | |
RequestedDeadlineMissedStatus | status | |||
) |
Handles the StatusKind.REQUESTED_DEADLINE_MISSED_STATUS communication status.
Implements DataReaderListener.
void on_requested_incompatible_qos | ( | DataReader | reader, | |
RequestedIncompatibleQosStatus | status | |||
) |
Handles the StatusKind.REQUESTED_INCOMPATIBLE_QOS_STATUS communication status.
Implements DataReaderListener.
void on_sample_rejected | ( | DataReader | reader, | |
SampleRejectedStatus | status | |||
) |
void on_liveliness_changed | ( | DataReader | reader, | |
LivelinessChangedStatus | status | |||
) |
Handles the StatusKind.LIVELINESS_CHANGED_STATUS communication status.
Implements DataReaderListener.
void on_data_available | ( | DataReader | reader | ) |
void on_sample_lost | ( | DataReader | reader, | |
SampleLostStatus | status | |||
) |
Handles the StatusKind.SAMPLE_LOST_STATUS_STATUS communication status.
Implements DataReaderListener.
void on_subscription_matched | ( | DataReader | reader, | |
SubscriptionMatchedStatus | status | |||
) |
Handles the StatusKind.SUBSCRIPTION_MATCHED_STATUS communication status.
Implements DataReaderListener.