summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/DDSWriterEntity/Sender/Writer_Sender.idl
blob: e5289951f37f0912c184989fa5a3b2d0052fbacf (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_WRITER_ENTITY_SENDER_IDL
#define DDS_WRITER_ENTITY_SENDER_IDL

#include "Connector/Writer_Connector.idl"

module Writer
{
  component Sender
  {
    port CCM_DDS::WriterTest::DDS_Write info_write;
    attribute unsigned short rate;
    attribute unsigned short iterations;
    attribute unsigned short keys;
  };
};

#endif /* DDS_WRITER_ENTITY_SENDER_IDL */