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

/**
 * @file
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/Writer_Connector.idl"

module Writer
{
  component Receiver
  {
    port CCM_DDS::WriterTest::DDS_Listen info_out;
    attribute unsigned short iterations;
  };
};

#endif