summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/CSLDeadline/Sender/CSL_DeadlineTest_Sender.idl
blob: 78837331b9888e6a9921f8679935b90c7caa3e55 (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
// $Id$

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

#ifndef DDS_CSL_DEADLINETEST_SENDER_IDL
#define DDS_CSL_DEADLINETEST_SENDER_IDL

#include "Connector/CSL_DeadlineTest_Connector.idl"

module CSL_DeadlineTest
{
  component Sender
  {
     port TestTopicConn::DDS_Write test_topic_write;
     provides CCM_DDS::ConnectorStatusListener test_topic_connector_status;
  };
};

#endif