summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Sender/CFTLS_Test_Sender.idl
blob: 5c797b81f8f6ae09f63c292caef2a1831bf65392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

/**
 * @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