summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/PSLDeadline/Sender/PSL_DeadlineTest_Sender.idl
blob: 5479b290315e86d0c1a17557d1887fef543f7d3e (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_PSL_DEADLINETEST_SENDER_IDL
#define DDS_PSL_DEADLINETEST_SENDER_IDL

#include "Connector/PSL_DeadlineTest_Connector.idl"

module PSL_DeadlineTest
{
  component Sender
  {
     port CCM_DDS::TestTopic::DDS_Write test_topic_write;
     provides CCM_DDS::ConnectorStatusListener test_topic_connector_status;

  };
};

#endif