summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Receiver/CSL_USTest_Receiver.idl
blob: 84a4fe8639a5d4643cbacdd7771d71cb9525a3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

/**
 * @file
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/CSL_USTest_Connector.idl"

module CSL_USTest
{
  component Receiver
  {
    port TestTopicConn::DDS_Listen info_out;
    port TestTopicConn::DDS_Read info_read;
    provides CCM_DDS::ConnectorStatusListener info_out_connector_status;
   };
};

#endif