VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
hAttChgReqDec.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef hAttChgReqDec_H_
7
#define hAttChgReqDec_H_
8
9
#if DtHLA
10
11
#include "
interDecoder.h
"
15
16
class
DtAttributeChangeReqInter
;
17
20
21
#define DtDECLARE_ATTCHGREQ_PARAM_DECODER(paramName) \
22
DtDECLARE_PARAM_DECODER(DtAttributeChangeReqInter, paramName)
23
24
#define DtDEFINE_SIMPLE_ATTCHGREQ_PARAM_DECODER( \
25
paramName, netType, mutator) \
26
DtDEFINE_SIMPLE_PARAM_DECODER( \
27
DtAttributeChangeReqDec, DtAttributeChangeReqInter, \
28
paramName, netType, mutator)
29
34
class
DT_DLL_VL
DtAttributeChangeReqDec
:
public
DtInteractionDecoder
35
{
36
public
:
37
39
DtAttributeChangeReqDec
(
DtExerciseConn
* exConn,
40
DtInterClassDesc
* classDesc);
41
43
virtual
~
DtAttributeChangeReqDec
();
44
46
DtAttributeChangeReqDec
(
const
DtAttributeChangeReqDec
& orig);
47
49
DtAttributeChangeReqDec
&
operator=
(
const
DtAttributeChangeReqDec
& orig);
50
51
protected
:
52
54
55
DtDECLARE_ATTCHGREQ_PARAM_DECODER
(ObjectIdentifiers);
56
DtDECLARE_ATTCHGREQ_PARAM_DECODER
(AttributeValueSet);
57
59
DtDECLARE_ATTCHGREQ_PARAM_DECODER
(ObjectIDs);
60
62
DtDECLARE_ATTCHGREQ_PARAM_DECODER
(ObjectIdentifiers_RPR20);
63
};
64
65
#endif
66
#endif
67
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)