summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/InstanceHandle/Sender/Writer_Sender.idl
blob: 7f022778f2ecd0998470bc975294295527d7d290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef DDS_WRITER_ENTITY_SENDER_IDL
#define DDS_WRITER_ENTITY_SENDER_IDL

#include "Connector/Writer_Connector.idl"

module Writer
{
  component Sender
  {
    port WriterTestConnector::DDS_Write info_write;
    attribute unsigned short keys;
  };
};

#endif /* DDS_WRITER_ENTITY_SENDER_IDL */