summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Base/CFTLE_Test_Base.idl
blob: f7d819efe292c964bf4f519437db6a10334784b7 (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 CFTLE_Test_Base.idl
 * @author Marcel Smit (msmit@remedy.nl)
 */

#ifndef CONTENTFILTEREDTOPIC_LISTEN_EVENT_TEST_BASE_IDL
#define CONTENTFILTEREDTOPIC_LISTEN_EVENT_TEST_BASE_IDL

#pragma ndds typesupport "Base/CFTLE_Test_BaseSupport.h"
#pragma opendds typesupport "Base/CFTLE_Test_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "ContentFilteredTopicListenEventTest"
#pragma DCPS_DATA_KEY "ContentFilteredTopicListenEventTest key"

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

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<ContentFilteredTopicListenEventTest> ContentFilteredTopicListenEventTestSeq;
#endif

#endif