summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/Getter/Sender/Getter_Test_Sender.idl
blob: fa49687b75c50aab3bdc6116aece6c5af247555e (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
// $Id$

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

#ifndef DDS_GETTER_TEST_SENDER_IDL
#define DDS_GETTER_TEST_SENDER_IDL

#include "Connector/Getter_Test_Connector.idl"
#include "Base/Get_Invoker.idl"

module Getter_Test
{
  component Sender
  {
    port GetterTestConn::DDS_Write info_write;
    port GetterFixedConn::DDS_Write info_fixed;

    provides CCM_DDS::ConnectorStatusListener info_out_connector_status;

    uses GetInvoker invoke_getter;

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

#endif