summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ListenOneByOne/Sender/LOBO_Test_Sender.idl
blob: 1b53db01674f7c5784f3a5a0e36a7f3f3a8d5082 (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
// $Id$

/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef DDS_LISTEN_ONE_BY_ONE_TEST_SENDER_IDL
#define DDS_LISTEN_ONE_BY_ONE_TEST_SENDER_IDL

#include "Connector/LOBO_Test_Connector.idl"

module LOBO_Test
{
  component Sender
  {
    port ListenOneByOneTestConnector::DDS_Write info_write;
    provides CCM_DDS::ConnectorStatusListener connector_status;

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

#endif