summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/KeyedSamples/Receiver/Keyed_Test_Receiver.idl
blob: faf8ee41bfbe6387191e21bc0e47d1cccdde8ab5 (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
// $Id$

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

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/Keyed_Test_Connector.idl"

module Keyed_Test
{
  component Receiver
  {
    port CCM_DDS::KeyedTest::DDS_Listen info_out;
    attribute unsigned long rate;
    attribute unsigned short iterations;
    attribute unsigned short keys;
  };
};

#endif