VR-Link API Documentation for HLA 1516
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
actionRequestToObjDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
8
#ifndef actionRequestToObjDecoder_H_
9
#define actionRequestToObjDecoder_H_
10
11
#if DtHLA
12
13
14
#include "
interactionDecoder.h
"
15
16
class
DtActionRequestToObjInter
;
17
20
21
#define DtDECLARE_ACTREQOBJ_PARAM_DECODER(paramName) \
22
DtDECLARE_PARAM_DECODER(DtActionRequestToObjInter, paramName)
23
24
#define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER( \
25
paramName, netType, mutator) \
26
DtDEFINE_SIMPLE_PARAM_DECODER( \
27
DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
28
paramName, netType, mutator)
29
30
#define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER_WITH_CAST( \
31
paramName, netType, mutator, castExpr) \
32
DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
33
DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
34
paramName, netType, mutator, castExpr)
35
36
#define DtDEFINE_SIMPLE_ACTREQOBJ_PARAM_DECODER_BUFF( \
37
paramName, mutator) \
38
DtDEFINE_SIMPLE_PARAM_DECODER_BUFF( \
39
DtActionRequestToObjDecoder, DtActionRequestToObjInter, \
40
paramName, mutator)
41
46
47
class
DT_DLL_VL
DtActionRequestToObjDecoder
:
public
DtInteractionDecoder
48
{
49
public
:
50
52
DtActionRequestToObjDecoder
(
DtExerciseConn
* exConn,
53
DtInterClassDesc
* classDesc);
54
56
virtual
~
DtActionRequestToObjDecoder
();
57
59
DtActionRequestToObjDecoder
(
const
DtActionRequestToObjDecoder
& orig);
60
62
DtActionRequestToObjDecoder
&
operator=
(
63
const
DtActionRequestToObjDecoder
& orig);
64
65
protected
:
66
68
69
DtDECLARE_ACTREQOBJ_PARAM_DECODER
(ObjectIdentifiers);
70
DtDECLARE_ACTREQOBJ_PARAM_DECODER
(ActionRequestCode);
72
DtDECLARE_ACTREQOBJ_PARAM_DECODER
(ObjectIDs);
73
DtDECLARE_ACTREQOBJ_PARAM_DECODER
(Action);
74
76
DtDECLARE_ACTREQOBJ_PARAM_DECODER
(ObjectIdentifiers_RRP20);
77
};
78
79
#endif
80
#endif
81
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)