summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Sender/Proxy_RW_Test_Sender.idl
blob: f70bb9808a4fd3f7095abcba62e82612d8f5b835 (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
/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef PROXY_RW_TEST_SENDER_IDL
#define PROXY_RW_TEST_SENDER_IDL

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

module Proxy_RW_Test
{
  component Sender
  {
    port ProxyReadWriteTestConnector::DDS_Write info_write;
    provides CCM_DDS::ConnectorStatusListener info_out_connector_status;

    uses ReaderStarter start_reader;
    provides WriterRestarter restart_writer;

    attribute unsigned short keys;
    attribute unsigned short iterations;
  };
};

#endif /* PROXY_RW_TEST_SENDER_IDL */