summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/LatencyTT/Sender/LatencyTT_Test_Sender.idl
blob: 8e86adfc33a87b65ed8acf1c4c86721ff381e5ea (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
// $Id$

/**
 * @file
 * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_LATENCYTT_TEST_SENDER_IDL
#define DDS_LATENCYTT_TEST_SENDER_IDL

#include "Connector/LatencyTT_Test_Connector.idl"

module LatencyTT_Test
{
  component Sender
  {
    port LatencyTTTestConn::DDS_Write info_write;
    port LatencyTTTestConn::DDS_Listen ping_listen;

    provides CCM_DDS::ConnectorStatusListener connector_status;

    attribute unsigned long iterations;
    attribute unsigned short sleep; 
    attribute unsigned short number_of_sub; //number of subscribers
  };
};

#endif