summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/CSLQoS/Receiver/CSL_QoSTest_Receiver.idl
blob: 08fa9e7516f2c4739a5c29ae784892a4d0ca587b (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>
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/CSL_QoSTest_Connector.idl"
#include "Connector/CSL_QoSTest_ConnectorE.idl"


module CSL_QoSTest
{
  component Receiver
  {
    port CCM_DDS::TestTopic::DDS_Listen info_out; 
    provides CCM_DDS::ConnectorStatusListener info_out_connector_status;
   };
};


#endif