summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/Sender/RG_ResetTopic_Sender.idl
blob: 67766c8686c7ee30281e27ee3bc1a89b1e32078f (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
// $Id$

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

#ifndef RG_RESETTOPIC_SENDER_IDL
#define RG_RESETTOPIC_SENDER_IDL

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

module RG_ResetTopic
{
  component Sender
  {
    port RG_ResetTopicSampleConnector::DDS_Write  info_write;

    attribute unsigned short iterations;
    attribute unsigned short keys;

    uses ReaderStarter reader_start;
  };
};

#endif