summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QosProfile/Base/QosProfile_Test_Base.idl
blob: 9813ce3d75af6f96cf463b74c55cc579b0f5d51e (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 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 opendds typesupport "Base/QosProfile_Test_BaseTypeSupportImpl.h"

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

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

#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<QosProfileTest> QosProfileTestSeq;
#endif

#endif