summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CSLSampleRejected/Base/CSL_SRTest_Base.idl
blob: 2435b1d1108dc875f7dc20190060a7ef78cfaa9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
 * @file   CSL_SRTest_Base.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef CSL_SRTEST_BASE_IDL
#define CSL_SRTEST_BASE_IDL

#pragma ndds typesupport "Base/CSL_SRTest_BaseSupport.h"
#pragma opendds typesupport "Base/CSL_SRTest_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "TestTopic"
#pragma DCPS_DATA_KEY "TestTopic key"

struct TestTopic {
  string key; //@key
  long x;
};
#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<TestTopic> TestTopicSeq;
#endif

#endif /* CSL_SRTEST_BASE_IDL */