summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/FixedSizeStruct/EventConnector/Connector/FSS_Event_Connector.idl
blob: a6f5a4197fdaa25e6b3b1e1afd0c67862e1a2273 (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
// $Id$

/**
 * @file FSS_Event_Connector.idl
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef FIXED_SIZE_STRUCT_EVENT_CONNECTOR_IDL_
#define FIXED_SIZE_STRUCT_EVENT_CONNECTOR_IDL_

#include  <Components.idl>
#include "Base/FSS_Event_Base.idl"
#include "connectors/dds4ccm/idl/ccm_dds.idl"

#pragma ciao lem "Connector/FSS_Event_ConnectorE.idl"
#pragma ndds typesupport "Base/FSS_Event_BaseSupport.h"

module FSS_Event
{
  module ::CCM_DDS::Typed < ::FixedStructSizeTest, ::FixedStructSizeTestSeq> FixedStructSizeTestConn;
  connector FSS_Event_Connector : FixedStructSizeTestConn::DDS_Event
  {
  };
};

#endif /* FSS_Event_CONNECTOR_IDL_ */