VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
hRemObjReqDec.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef hRemObjReqDec_H_
7
#define hRemObjReqDec_H_
8
9
#if DtHLA
10
11
#include "
interDecoder.h
"
12
16
17
class
DtRemoveObjectRequestInter
;
18
21
22
#define DtDECLARE_REMOBJREQ_PARAM_DECODER(paramName) \
23
DtDECLARE_PARAM_DECODER(DtRemoveObjectRequestInter, paramName)
24
25
#define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER( \
26
paramName, netType, mutator) \
27
DtDEFINE_SIMPLE_PARAM_DECODER( \
28
DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
29
paramName, netType, mutator)
30
31
#define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER_WITH_CAST( \
32
paramName, netType, mutator, castExpr) \
33
DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
34
DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
35
paramName, netType, mutator, castExpr)
36
41
42
class
DT_DLL_VL
DtRemoveObjectRequestDecoder
:
public
DtInteractionDecoder
43
{
44
public
:
45
47
DtRemoveObjectRequestDecoder
(
DtExerciseConn
* exConn,
48
DtInterClassDesc
* classDesc);
49
51
virtual
~
DtRemoveObjectRequestDecoder
();
52
54
DtRemoveObjectRequestDecoder
(
const
DtRemoveObjectRequestDecoder
& orig);
55
57
DtRemoveObjectRequestDecoder
&
operator=
(
58
const
DtRemoveObjectRequestDecoder
& orig);
59
60
protected
:
61
63
64
DtDECLARE_REMOBJREQ_PARAM_DECODER
(ObjectIdentifiers);
65
DtDECLARE_REMOBJREQ_PARAM_DECODER
(RequestIdentifier);
66
68
DtDECLARE_REMOBJREQ_PARAM_DECODER
(ObjectIDs);
69
DtDECLARE_REMOBJREQ_PARAM_DECODER
(RequestID);
70
72
DtDECLARE_REMOBJREQ_PARAM_DECODER
(ObjectIdentifiers_RPR20);
73
};
74
75
#endif
76
#endif
77
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
)