summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/PSAT/PSAT_Connector.idl
blob: 92d41cef253d212a373675824c309a5e1ffa5656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @file PSAT_Connector.idl
 */

#ifndef PSAT_CONNECTOR_USER_IDL
#define PSAT_CONNECTOR_USER_IDL

#include  <Components.idl>

#include "ccm_dds_psat.idl"
#include "psat_type.idl"

#pragma ciao lem "PSAT_ConnectorE.idl"

#if (CIAO_DDS4CCM_OPENDDS==1)
# include "psat_typeTypeSupport.idl"
#endif

module ::CCM_DDS_PSAT::Typed_PSAT < ::TestTopic, ::TestTopicSeq> TestTopicMod;

#endif /* PSAT_CONNECTOR_USER_IDL */