summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/GetComponent/Event/Base/GCE_Test_Base.idl
blob: c41a28d7066f47b4c603466baed47bfa92d27660 (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
// $Id$

/**
 * @file GCE_Test_Base.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef GET_COMPONENT_EVENT_TEST_BASE_IDL
#define GET_COMPONENT_EVENT_TEST_BASE_IDL

#pragma ndds typesupport "Base/GCE_Test_BaseSupport.h"
#pragma opendds typesupport "Base/GCE_Test_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "GCETest"
#pragma DCPS_DATA_KEY "GCETest symbol"

struct GCETest {
  string symbol; //@key
  long x;
  long y;
};

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<GCETest> GCETestSeq;
#endif

#endif /* GET_COMPONENT_EVENT_TEST_BASE_IDL */