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

#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 GetterTestConnector::DDS_Write info_write;
    port GetterFixedConnector::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