summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/UnkeyedSamples/Sender/Unkeyed_Test_Sender.idl
blob: 7831d8b7a66db9cc6e541bc7299bf198178f9b41 (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
// $Id$

/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef DDS_KEYED_TEST_SENDER_IDL
#define DDS_KEYED_TEST_SENDER_IDL

#include "Connector/Unkeyed_Test_Connector.idl"

module Unkeyed_Test
{
  component Sender
  {
    port UnkeyedTestConnector::DDS_Write info_write;
    provides CCM_DDS::ConnectorStatusListener test_topic_connector_status;
    attribute unsigned short rate;
    attribute unsigned short iterations;
    attribute unsigned short keys;
  };
};

#endif