summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/VariousTopicsState/Sender/VTopics_Sender.idl
blob: 3236c47642c0c3bb2a6795856dff90c100fc3997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef DDS_VTOPICS_SENDER_IDL
#define DDS_VTOPICS_SENDER_IDL

#include "Connector/VTopics_Connector.idl"

module VTopics
{
  component Sender
  {
    port TestTopicConnector::DDS_Update info_write;
    provides CCM_DDS::ConnectorStatusListener connector_status;
  };
};

#endif