summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/GetComponent/State/Base/GCS_Test_Base.idl
blob: cc2ee49d8c01664b766c1d4835191b929989556a (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 GCS_Test_Base.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef GET_COMPONENT_STATE_TEST_BASE_IDL
#define GET_COMPONENT_STATE_TEST_BASE_IDL

#pragma ndds typesupport "Base/GCS_Test_BaseSupport.h"
#pragma opendds typesupport "Base/GCS_Test_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "GCSTest"
#pragma DCPS_DATA_KEY "GCSTest symbol"

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

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<GCSTest> GCSTestSeq;
#endif

#endif /* GET_COMPONENT_STATE_TEST_BASE_IDL */