VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
actionResponseFromObjDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
9
10
#ifndef DtActionResponseFromObjDecoder_H_
11
#define DtActionResponseFromObjDecoder_H_
12
13
#if DtHLA
14
15
#include "
interactionDecoder.h
"
16
17
18
19
class
DT_DLL_VL
DtActionResponseFromObjInter
;
20
23
24
#define DtDECLARE_ACTRESPOBJ_PARAM_DECODER(paramName) \
25
DtDECLARE_PARAM_DECODER(DtActionResponseFromObjInter, paramName)
26
27
#define DtDEFINE_SIMPLE_ACTRESPOBJ_PARAM_DECODER( \
28
paramName, netType, mutator) \
29
DtDEFINE_SIMPLE_PARAM_DECODER( \
30
DtActionResponseFromObjDecoder, DtActionResponseFromObjInter, \
31
paramName, netType, mutator)
32
33
#define DtDEFINE_SIMPLE_ACTRESPOBJ_PARAM_DECODER_WITH_CAST( \
34
paramName, netType, mutator, castExpr) \
35
DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
36
DtActionResponseFromObjDecoder, DtActionResponseFromObjInter, \
37
paramName, netType, mutator, castExpr)
38
39
43
class
DT_DLL_VL
DtActionResponseFromObjDecoder
:
public
DtInteractionDecoder
44
{
45
public
:
46
48
DtActionResponseFromObjDecoder
(
DtExerciseConn
* exConn,
49
DtInterClassDesc
* classDesc);
50
52
virtual
~
DtActionResponseFromObjDecoder
();
53
55
DtActionResponseFromObjDecoder
(
const
DtActionResponseFromObjDecoder
& orig);
56
58
DtActionResponseFromObjDecoder
&
operator=
(
59
const
DtActionResponseFromObjDecoder
& orig);
60
61
protected
:
62
64
65
DtDECLARE_ACTRESPOBJ_PARAM_DECODER
(ActionResult);
66
};
67
68
#endif
69
#endif
70
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)