summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Receiver/UL_ResetTopic_Receiver.idl
blob: 9a14d38756b0a785fd7302957cb5b4905dd8c590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// $Id$

/**
 * @file
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/UL_ResetTopic_Connector.idl"

module UL_ResetTopic
{
  interface ChangeTopicInterface
  {
    void set_new_topic (in string topic_name);
  };

  component Receiver supports ChangeTopicInterface
  {
    port UL_ResetTopicTestConnector::DDS_StateListen info_out_state;

    attribute unsigned short iterations;
  };
};

#endif