summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/CSLQoS/Sender/CSL_QoSTest_Sender.idl
blob: bb8fe7aa035997e15106eabf3f4d6efe63ee7735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// $Id$

/**
 * @file
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_CSL_QOSTEST_SENDER_IDL
#define DDS_CSL_QOSTEST_SENDER_IDL

#include "Connector/CSL_QoSTest_Connector.idl"

module CSL_QoSTest
{
  component Sender
  {
     port CSLQoSConnector::DDS_Write info_write;
     provides CCM_DDS::ConnectorStatusListener test_topic_connector_status;

  };
};

#endif