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

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/QCLE_Test_Connector.idl"

module QCLE_Test
{
  component Receiver
  {
    port QueryConditionListenEventTestConnector::DDS_Listen info_listen;

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

#endif