summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CoherentUpdater/Base/CoherentUpdate_Test_Base.idl
blob: 955edf1dada4653dce78894e01d937c1942c940f (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
// $Id$

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

#ifndef COHERENT_UPDATE_TEST_BASE_IDL
#define COHERENT_UPDATE_TEST_BASE_IDL

#pragma ndds typesupport "Base/CoherentUpdate_Test_BaseSupport.h"
#pragma opendds typesupport "Base/CoherentUpdate_Test_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "CoherentUpdateTest"
#pragma DCPS_DATA_KEY "CoherentUpdateTest symbol"

struct CoherentUpdateTest {
  string symbol; //@key
  long iteration;
};

typedef sequence<CoherentUpdateTest> CoherentUpdateTestSeq;

#endif