summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SLDisabled/Sender/SL_Disabled_Sender.idl
blob: 3bf7d29b082db254566ec44e8e446f84f9710052 (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_DISABLED_SENDER_IDL
#define DDS_SL_DISABLED_SENDER_IDL

#include "Connector/SL_Disabled_Connector.idl"

module SL_Disabled
{
  component Sender
  {
    port SL_DisabledConnector::DDS_Update test_topic_update;
    provides CCM_DDS::ConnectorStatusListener connector_status;
  };
};

#endif