summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/PSLSampleLost/Base/PSL_SampleLost_Base.idl
blob: 9ba9ea7c56bfe47c897c81e58250ed30cf74e1d2 (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   PSL_SampleLost_Base.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef PSL_SAMPLELOST_BASE_IDL
#define PSL_SAMPLELOST_BASE_IDL

#pragma ndds typesupport "Base/PSL_SampleLost_BaseSupport.h"
#pragma opendds typesupport "Base/PSL_SampleLost_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