VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
createObjReqEncoder.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 DtCreateObjReqEncoder_H_
8
#define DtCreateObjReqEncoder_H_
9
10
#if DtHLA
11
12
#include "
interactionEncoder.h
"
13
17
18
class
DT_DLL_VL
DtCreateObjReqInter
;
19
20
#define DtDECLARE_CRTOBJREQ_PARAM_ENCODER(paramName) \
21
DtDECLARE_PARAM_ENCODER(DtCreateObjReqInter, paramName)
22
23
#define DtDEFINE_SIMPLE_CRTOBJREQ_PARAM_ENCODER(paramName, netType, inspector) \
24
DtDEFINE_SIMPLE_PARAM_ENCODER(DtCreateObjReqEncoder, \
25
DtCreateObjReqInter, paramName, netType, inspector)
26
30
class
DT_DLL_VL
DtCreateObjReqEncoder
:
public
DtInteractionEncoder
31
{
32
public
:
33
34
DtCreateObjReqEncoder
(
DtExerciseConn
* exConn,
35
DtInterClassDesc
* classDesc);
36
38
virtual
~
DtCreateObjReqEncoder
();
39
41
DtCreateObjReqEncoder
(
const
DtCreateObjReqEncoder
& orig);
42
44
DtCreateObjReqEncoder
&
operator=
(
const
DtCreateObjReqEncoder
& orig);
45
46
protected
:
47
49
50
DtDECLARE_CRTOBJREQ_PARAM_ENCODER
(ObjectClass);
51
DtDECLARE_CRTOBJREQ_PARAM_ENCODER
(AttributeValueSet);
53
DtDECLARE_CRTOBJREQ_PARAM_ENCODER
(RequestID);
55
DtDECLARE_CRTOBJREQ_PARAM_ENCODER
(RequestIdentifier);
56
};
57
58
#endif
59
#endif
60
61
62
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
)