// $Id$ /** * @file * @author Marijke Hengstmengel * * by-hand idl3 translation of sender components. */ #ifndef DDS_CSL_USTEST_SENDER_IDL #define DDS_CSL_USTEST_SENDER_IDL #include "Connector/CSL_USTest_Connector.idl" module CSL_USTest { component Sender { port TestTopicConn::DDS_Write test_topic_write; provides CCM_DDS::ConnectorStatusListener test_topic_connector_status; }; }; #endif