summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/KeyedSamples/Sender/Keyed_Test_Sender.idl
blob: 4fab21b4c1cab0a87eec1496cce46ab42554ec96 (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
26
// $Id$

/**
 * @file
 * @author Marcel Smit <msmit@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_KEYED_TEST_SENDER_IDL
#define DDS_KEYED_TEST_SENDER_IDL

#include "Connector/Keyed_Test_Connector.idl"

module Keyed_Test
{
  component Sender
  {
    port CCM_DDS::KeyedTest::DDS_Write info_write;
    attribute unsigned long rate;
    attribute unsigned short keys;
    attribute unsigned short iterations;
  };
};

#endif