summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_ShapeType_conn.idl
blob: 0938585b051c87b924e685da9c2afcc0568769d2 (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
#ifndef SHAPES_SHAPETYPE_CONN_IDL_
#define SHAPES_SHAPETYPE_CONN_IDL_

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

#include "Shapes_ShapeType_msg.idl"

#pragma ciao lem "Shapes_ShapeType_connE.idl"

#if (CIAO_DDS4CCM_OPENDDS==1)
#include "GeneratedCode/Shapes_ShapeType_msgTypeSupport.idl"
#endif

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<ShapeType> ShapeTypeSeq;
#endif

module Shapes
{
  module ::CCM_DDS::Typed < ::ShapeType, ::ShapeTypeSeq> ShapeType_conn;
};

#endif /* SHAPES_SHAPETYPE_CONN_IDL_ */