summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/LatencyTT/Sender/LatencyTT_Test_Sender.idl
blob: 9477275f35959a077aaaaef3cdc1da2bccde6ba6 (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
// $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 CCM_DDS::LatencyTTTest::DDS_Write info_write;
    attribute unsigned long iterations;
    attribute unsigned short sleep; 
    attribute unsigned short number_of_sub; //number of subscribers
    provides CCM_DDS::ConnectorStatusListener connector_status;
    port CCM_DDS::LatencyTTTest::DDS_Listen ping_listen;
  };
};

#endif