Public Member Functions

CCM_DDS::ConnectorStatusListener Interface Reference

import "dds4ccm_ConnectorStatusListener.idl";

List of all members.

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)

Member Function Documentation

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 
)

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines