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

#ifndef CONTENTFILTEREDTOPIC_LISTEN_STATE_TEST_BASE_IDL
#define CONTENTFILTEREDTOPIC_LISTEN_STATE_TEST_BASE_IDL

#pragma ndds typesupport "Base/CFTLS_Test_BaseSupport.h"
#pragma opendds typesupport "Base/CFTLS_Test_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "ContentFilteredTopicListenStateTest"
#pragma DCPS_DATA_KEY "ContentFilteredTopicListenStateTest key"

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

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<ContentFilteredTopicListenStateTest> ContentFilteredTopicListenStateTestSeq;
#endif

#endif