summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Sender/RG_LateBinding_Sender.idl
blob: 729bd69b7ffea576b56df5c06cb3d909e7389870 (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
/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef RG_LATEBINDING_SENDER_IDL
#define RG_LATEBINDING_SENDER_IDL

#include "Connector/RG_LateBinding_Connector.idl"
#include "Base/Reader_Starter.idl"

module RG_LateBinding
{
  component Sender
  {
    port RG_LateBindingTestConnector::DDS_Write  info_write;

    attribute unsigned short iterations;
    attribute unsigned short keys;

    uses ReaderStarter reader_start;
  };
};

#endif