summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/Keyed/Sender/Perf_Keyed_Test_Sender.idl
blob: e9d70245afeac36a9e85e69cc69421bd12fb1e6c (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 Marijke Hengstmengel <mhengstmengel@remedy.nl>
 *
 * by-hand idl3 translation of sender components.
 */

#ifndef DDS_PERF_KEYED_TEST_SENDER_IDL
#define DDS_PERF_KEYED_TEST_SENDER_IDL

#include "Connector/Perf_Keyed_Test_Connector.idl"


module Perf_Keyed_Test
{
  component Sender
  {
    port CCM_DDS::PerfKeyedTest::DDS_Write info_write;
    attribute unsigned short keys;
    attribute unsigned short iterations;
    attribute unsigned short latency_count; //number of samples sent before  a latency ping packet is sent. default 100000, < sample_count
    attribute unsigned short sleep; //time to sleep between each send
    provides CCM_DDS::ConnectorStatusListener connector_status;
    port CCM_DDS::PerfKeyedTest::DDS_Listen ping_listen;
  //  attribute unsigned short sample_count;
  //  attribute unsigned short latency_count; 
  //  
  };
};

#endif