summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Sender/CFTLS_Test_Sender.idl
blob: 1d30d34f57acdf3893110183840563db0448267a (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_STATE_TEST_SENDER_IDL
#define DDS_CONTENTFILTEREDTOPIC_LISTEN_STATE_TEST_SENDER_IDL

#include "Connector/CFTLS_Test_Connector.idl"

module CFTLS_Test
{
  component Sender
  {
    port ContentFilteredTopicListenStateTestConnector::DDS_Update info_update;

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

#endif