summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/Receiver/RG_ResetTopic_Receiver.idl
blob: 4322dffca5d7c8ec36a7e3b0f33d01900f4c3698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
 * @file
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef RECEIVER_IDL
#define RECEIVER_IDL

#include "Connector/RG_ResetTopic_Connector.idl"
#include "Base/Reader_Starter.idl"

module RG_ResetTopic
{
  component Receiver
  {
    port RG_ResetTopicSampleConnector::DDS_Get info_get;
    port RG_ResetTopicSampleConnector::DDS_Read info_read;

    provides ReaderStarter start_reading;
  };
};

#endif