VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
hCrtObjReqDec.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef DtCreateObjReqDecoder_H_
8
#define DtCreateObjReqDecoder_H_
9
10
#if DtHLA
11
12
#include "
interDecoder.h
"
13
17
18
class
DT_DLL_VL
DtCreateObjReqInter
;
19
22
23
#define DtDECLARE_CRTOBJREQ_PARAM_DECODER(paramName) \
24
DtDECLARE_PARAM_DECODER(DtCreateObjReqInter, paramName)
25
26
#define DtDEFINE_SIMPLE_CRTOBJREQ_PARAM_DECODER( \
27
paramName, netType, mutator) \
28
DtDEFINE_SIMPLE_PARAM_DECODER( \
29
DtCreateObjReqDecoder, DtCreateObjReqInter, \
30
paramName, netType, mutator)
31
35
class
DT_DLL_VL
DtCreateObjReqDecoder
:
public
DtInteractionDecoder
36
{
37
public
:
38
40
DtCreateObjReqDecoder
(
DtExerciseConn
* exConn,
41
DtInterClassDesc
* classDesc);
42
44
virtual
~
DtCreateObjReqDecoder
();
45
47
DtCreateObjReqDecoder
(
const
DtCreateObjReqDecoder
& orig);
48
50
DtCreateObjReqDecoder
&
operator=
(
const
DtCreateObjReqDecoder
& orig);
51
52
protected
:
53
55
56
DtDECLARE_CRTOBJREQ_PARAM_DECODER
(ObjectClass);
57
DtDECLARE_CRTOBJREQ_PARAM_DECODER
(AttributeValueSet);
58
DtDECLARE_CRTOBJREQ_PARAM_DECODER
(RequestIdentifier);
60
DtDECLARE_CRTOBJREQ_PARAM_DECODER
(RequestID);
61
};
62
63
#endif
64
#endif
65
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
)