summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Receiver/CFTLS_Test_Receiver.idl
blob: c0a22c26b0198a78b7c4ac981813bfe085475acb (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/CFTLS_Test_Connector.idl"

module CFTLS_Test
{
  component Receiver
  {
    port ContentFilteredTopicListenStateTestConnector::DDS_StateListen info_state;

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

#endif