summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/CoherentWriter/Base/CoherentWrite_Test_Base.idl
blob: 9f4c18ebbd2d0de534065dde12e932dde159748f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

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

#ifndef COHERENT_WRITE_TEST_BASE_IDL
#define COHERENT_WRITE_TEST_BASE_IDL

#pragma ndds typesupport "Base/CoherentWrite_Test_BaseSupport.h"

#pragma DCPS_DATA_TYPE "CoherentWriteTest"
#pragma DCPS_DATA_KEY "CoherentWriteTest symbol"

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

typedef sequence<CoherentWriteTest> CoherentWriteTestSeq;

#endif