summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/Latency/Connector/LatencyTT_Test_Connector.idl
blob: bacb82fa723f13f53381d35eb25f5fec1226766b (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
/**
 * @file LatencyTT_Test_Connector.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 *
 * by-hand translation of the idl3p.
 */

#ifndef LATENCYTT_TEST_CONNECTOR_IDL_
#define LATENCYTT_TEST_CONNECTOR_IDL_

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

#include "Base/LatencyTT_Test_Base.idl"

#pragma ciao lem "Connector/LatencyTT_Test_ConnectorE.idl"

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

module LatencyTT_Test
{
  module ::CCM_DDS::Typed < ::LatencyTTTest, ::LatencyTTTestSeq> LatencyTTTestConn;
};

#endif /* LatencyTT_Test_CONNECTOR_IDL_ */