summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ListenManyByMany/Receiver/LMBM_Test_Receiver.idl
blob: 9e3766eaf6dadff055f05827e1106cd03cae71fb (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/LMBM_Test_Connector.idl"

module LMBM_Test
{
  component Receiver
  {
    port ListenManyByManyTestConnector::DDS_Listen info_listen;

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

#endif