DDS4CCM
1.1.6
|
import "dds4ccm_ConnectorStatusListener.idl";
Public Member Functions | |
void | on_inconsistent_topic (in DDS::Topic the_topic, in DDS::InconsistentTopicStatus status) |
void | on_requested_incompatible_qos (in DDS::DataReader the_reader, in DDS::RequestedIncompatibleQosStatus status) |
void | on_sample_rejected (in DDS::DataReader the_reader, in DDS::SampleRejectedStatus status) |
void | on_offered_deadline_missed (in DDS::DataWriter the_writer, in DDS::OfferedDeadlineMissedStatus status) |
void | on_offered_incompatible_qos (in DDS::DataWriter the_writer, in DDS::OfferedIncompatibleQosStatus status) |
void | on_unexpected_status (in DDS::Entity the_entity, in DDS::StatusKind status_kind) |
void CCM_DDS::ConnectorStatusListener::on_inconsistent_topic | ( | in DDS::Topic | the_topic, |
in DDS::InconsistentTopicStatus | status | ||
) |
void CCM_DDS::ConnectorStatusListener::on_offered_deadline_missed | ( | in DDS::DataWriter | the_writer, |
in DDS::OfferedDeadlineMissedStatus | status | ||
) |
void CCM_DDS::ConnectorStatusListener::on_offered_incompatible_qos | ( | in DDS::DataWriter | the_writer, |
in DDS::OfferedIncompatibleQosStatus | status | ||
) |
void CCM_DDS::ConnectorStatusListener::on_requested_incompatible_qos | ( | in DDS::DataReader | the_reader, |
in DDS::RequestedIncompatibleQosStatus | status | ||
) |
void CCM_DDS::ConnectorStatusListener::on_sample_rejected | ( | in DDS::DataReader | the_reader, |
in DDS::SampleRejectedStatus | status | ||
) |
void CCM_DDS::ConnectorStatusListener::on_unexpected_status | ( | in DDS::Entity | the_entity, |
in DDS::StatusKind | status_kind | ||
) |