summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Connector/UCC_Test_Connector.idl
blob: e058fb2f9058519eee776cc89114b74693e4faf3 (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
26
27
28
29
30
/**
 * @file UCC_Test_Connector.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef USERDATA_COPY_COUNT_TEST_CONNECTOR_IDL_
#define USERDATA_COPY_COUNT_TEST_CONNECTOR_IDL_

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

#include "Base/UCC_Test_Base.idl"

#pragma ciao lem "Connector/UCC_Test_ConnectorE.idl"

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

module UCCVariableSizedStruct_Test
{
  module ::CCM_DDS::Typed < ::UCCVariableSizedStructTest, ::UCCVariableSizedStructTestSeq> UCCVariableSizedStructTestConnector;
};

module UCCFixedSizeStruct_Test
{
  module ::CCM_DDS::Typed < ::UCCFixedSizedStructTest, ::UCCFixedSizedStructTestSeq> UCCFixedSizedStructTestConnector;
};

#endif /* USERDATA_COPY_COUNT_TEST_CONNECTOR_IDL_ */