summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QosProfile/Base/QosProfile_Test_Base.idl
blob: 23ac9f233012d090ec908758184e705cf45b5f3c (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 QosProfile_Test_Base.idl
 * @author Marcel Smit <msmit@remedy.nl>
 */

#ifndef QOSPROFILE_TEST_BASE_IDL
#define QOSPROFILE_TEST_BASE_IDL

#pragma ndds typesupport "Base/QosProfile_Test_BaseSupport.h"

#pragma DCPS_DATA_TYPE "QosProfileTest"
#pragma DCPS_DATA_KEY "QosProfileTest symbol"

struct QosProfileTest {
  string symbol; //@key
  long iteration;
};

typedef sequence<QosProfileTest> QosProfileTestSeq;

#endif