summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SLOneByOne/Sender/SL_OneByOne_Sender.idl
blob: 523b6d61086c407eb37aef3248a976bebd8cf981 (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_SL_ONEBYONE_SENDER_IDL
#define DDS_SL_ONEBYONE_SENDER_IDL

#include "Connector/SL_OneByOne_Connector.idl"

module SL_OneByOne
{
  component Sender
  {
     port SL_OneByOneConnector::DDS_Update test_topic_update;
     provides CCM_DDS::ConnectorStatusListener test_topic_connector_status;
  };
};

#endif