summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Connector/CSL_USTest_Connector.idl
blob: 32ad7cf13ce413a3cfed39a1be66f24b885f01b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * @file CSL_USTest_Connector.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef CSL_USTEST_CONNECTOR_IDL_
#define CSL_USTEST_CONNECTOR_IDL_

#include <Components.idl>
#include <ccm_dds.idl>

#include "Base/CSL_USTest_Base.idl"

#pragma ciao lem "Connector/CSL_USTest_ConnectorE.idl"

#if (CIAO_DDS4CCM_OPENDDS==1)
# include "Base/CSL_USTest_BaseTypeSupport.idl"
#endif

module ::CCM_DDS::Typed < ::TestTopic, ::TestTopicSeq> CSL_US_Connector;

#endif /* CSL_USTest_CONNECTOR_IDL_ */