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
removeObjectRequestDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef removeObjectRequestDecoder_H_
7
#define removeObjectRequestDecoder_H_
8
9
#if DtHLA
10
11
#include "
interactionDecoder.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
37
#define DtDEFINE_SIMPLE_REMOBJREQ_PARAM_DECODER_BUFF(paramName, mutator) \
38
DtDEFINE_SIMPLE_PARAM_DECODER_BUFF( \
39
DtRemoveObjectRequestDecoder, DtRemoveObjectRequestInter, \
40
paramName, mutator)
41
46
47
class
DT_DLL_VL
DtRemoveObjectRequestDecoder
:
public
DtInteractionDecoder
48
{
49
public
:
50
52
DtRemoveObjectRequestDecoder
(
DtExerciseConn
* exConn,
53
DtInterClassDesc
* classDesc);
54
56
virtual
~
DtRemoveObjectRequestDecoder
();
57
59
DtRemoveObjectRequestDecoder
(
const
DtRemoveObjectRequestDecoder
& orig);
60
62
DtRemoveObjectRequestDecoder
&
operator=
(
63
const
DtRemoveObjectRequestDecoder
& orig);
64
65
protected
:
66
68
69
DtDECLARE_REMOBJREQ_PARAM_DECODER
(ObjectIdentifiers);
70
DtDECLARE_REMOBJREQ_PARAM_DECODER
(RequestIdentifier);
71
73
DtDECLARE_REMOBJREQ_PARAM_DECODER
(ObjectIDs);
74
DtDECLARE_REMOBJREQ_PARAM_DECODER
(RequestID);
75
77
DtDECLARE_REMOBJREQ_PARAM_DECODER
(ObjectIdentifiers_RPR20);
78
};
79
80
#endif
81
#endif
82
Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)