summaryrefslogtreecommitdiff
path: root/CIAO/connectors/tests/AMIDDS/Connector/AmiDds_Connector.idl
blob: 813d811f3c482fde30e4534e6e0062d5ec7e318a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 * @file AmiDds_Connector.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef AMIDDS_CONNECTOR_IDL_
#define AMIDDS_CONNECTOR_IDL_

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

#include "Base/AmiDds_DDS.idl"

#pragma ciao lem "Connector/AmiDds_ConnectorE.idl"

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

module AmiDds
{
  module ::CCM_DDS::Typed < ::TestTopic, ::TestTopicSeq> AmiDdsConnector;
};

#endif /* AMIDDS_CONNECTOR_IDL_ */