summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Listener/Sender/Listen_Test_Sender.idl
blob: 6b1919b304e9d35a81bef28f07232af5a50361da (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
27
28
29
30
31
32
33
// $Id$

/**
 * @file
 * @author Marcel Smit <msmit@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_LISTEN_TEST_SENDER_IDL
#define DDS_LISTEN_TEST_SENDER_IDL

#include "Connector/Listen_Test_Connector.idl"
#include "Connector/Listen_Test_ConnectorE.idl"

#include "Base/Listen_Invoker.idl"
#include "Base/Listen_InvokerE.idl"

module Listen_Test
{
  component Sender
  {
    port CCM_DDS::ListenTest::DDS_Write info_write;
    provides CCM_DDS::ConnectorStatusListener info_out_connector_status;

    uses ListenInvoker invoke_listen;

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

#endif