summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Base/Proxy_RW_Test_Base.idl
blob: 8f0e65bbb1a65e5e052342bbab79bf75a689e19c (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
/**
 * @file Proxy_RW_Test_Base.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef PROXY_RW_TEST_BASE_IDL
#define PROXY_RW_TEST_BASE_IDL

#pragma ndds typesupport "Base/Proxy_RW_Test_BaseSupport.h"
#pragma opendds typesupport "Base/Proxy_RW_Test_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "ProxyReadWriteTest"
#pragma DCPS_DATA_KEY "ProxyReadWriteTest key"

struct ProxyReadWriteTest {
  string key; //@key
  long iteration;
};

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<ProxyReadWriteTest> ProxyReadWriteTestSeq;
#endif

#endif /* PROXY_RW_TEST_BASE_IDL */