summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/UnkeyedSamples/Sender/Unkeyed_Test_Sender.idl
blob: 12b010be1cb9566b1e6cdfc41fc8678b58451dca (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/Unkeyed_Test_Connector.idl"

module Unkeyed_Test
{
  component Sender
  {
    port UnkeyedTestConnector::DDS_Write info_write;
    attribute unsigned short rate;
    attribute unsigned short iterations;
    attribute unsigned short keys;
  };
};

#endif