VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
attributeChangeReqDec.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef attributeChangeReqDec_H_
7
#define attributeChangeReqDec_H_
8
9
#if DtHLA
10
11
#include "
interactionDecoder.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 Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)