summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Sender/CFTLE_Test_Sender.idl
blob: a7f807f0e649f74452b57f9543c4928cba3512e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef DDS_CONTENTFILTEREDTOPIC_LISTEN_EVENT_TEST_SENDER_IDL
#define DDS_CONTENTFILTEREDTOPIC_LISTEN_EVENT_TEST_SENDER_IDL

#include "Connector/CFTLE_Test_Connector.idl"

module CFTLE_Test
{
  component Sender
  {
    port ContentFilteredTopicListenEventTestConnector::DDS_Write info_write;

    attribute unsigned short keys;
    attribute unsigned short iterations;
  };
};

#endif