summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/GetComponent/State/Base/GCS_Test_Base.idl
blob: 8046f1d6d6a8efd0454fe3f0a8f351b5f384ee88 (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
// $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;
};

typedef sequence<GCSTest> GCSTestSeq;

#endif /* GET_COMPONENT_STATE_TEST_BASE_IDL */