summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/PSLDeadline/Base/PSL_DeadlineTest_Base.idl
blob: 7ea3138441fd55db8ae9030ed8e821aa35c8ee13 (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_DeadlineTest_Base.idl
 * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
 */

#ifndef PSL_DEADLINETEST_BASE_IDL
#define PSL_DEADLINETEST_BASE_IDL

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