summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/PSLSampleLost/Receiver/PSL_SampleLost_Receiver.idl
blob: 9d22dcc4c64f6d88e1e28a78646253153adf8ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 * @file
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/PSL_SampleLost_Connector.idl"

module PSL_SampleLost
{
  component Receiver
  {
    port PSL_SampleLostConnector::DDS_Get info_get;
    port PSL_SampleLostConnector::DDS_Listen info_out;
   };
};

#endif