summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ResetTopic/TooLong/Base/TL_ResetTopic_Base.idl
blob: 8471c6690daf0a0cd00ba3ccf9a6e1ad19cb7322 (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
25
26
// $Id$

/**
 * @file TL_ResetTopic_Base.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef TL_RESETTOPIC_BASE_IDL
#define TL_RESETTOPIC_BASE_IDL

#pragma ndds typesupport "Base/TL_ResetTopic_BaseSupport.h"
#pragma opendds typesupport "Base/TL_ResetTopic_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "TL_ResetTopicTest"
#pragma DCPS_DATA_KEY "TL_ResetTopicTest key"

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

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<TL_ResetTopicTest> TL_ResetTopicTestSeq;
#endif

#endif