summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Receiver/CFTLE_Test_Receiver.idl
blob: fa883262ac3a4c0772866d8ea2108e800adedeb6 (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$

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

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/CFTLE_Test_Connector.idl"

module CFTLE_Test
{
  component Receiver
  {
    port ContentFilteredTopicListenEventTestConnector::DDS_Listen info_listen;

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

#endif