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

#ifndef QUERY_CONDITION_LISTEN_EVENT_TEST_BASE_IDL
#define QUERY_CONDITION_LISTEN_EVENT_TEST_BASE_IDL

#pragma ndds typesupport "Base/QCLE_Test_BaseSupport.h"
#pragma opendds typesupport "Base/QCLE_Test_BaseTypeSupportImpl.h"

#pragma DCPS_DATA_TYPE "QueryConditionListenEventTest"
#pragma DCPS_DATA_KEY "QueryConditionListenEventTest key"

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

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<QueryConditionListenEventTest> QueryConditionListenEventTestSeq;
#endif

#endif