summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/Updater/Base/Updater_Base.idl
blob: aac765bc8dd02506b09867d7cb071b22eba50f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

/**
 * @file Updater_Base.idl
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef UPDATER_BASE_IDL
#define UPDATER_BASE_IDL

#pragma ndds typesupport "Base/Updater_BaseSupport.h"

#pragma DCPS_DATA_TYPE "TestTopic"
#pragma DCPS_DATA_KEY "TestTopic key"

struct TestTopic {
  string key; //@key
  long x;
};

typedef sequence<TestTopic> TestTopicSeq;

#endif