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
createEntityEncoder.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 DtCreateEntityEncoder_H_
8
#define DtCreateEntityEncoder_H_
9
10
#if DtHLA
11
12
#include "
interactionEncoder.h
"
13
17
18
class
DT_DLL_VL
DtCreateEntityInteraction
;
19
20
#define DtDECLARE_CREATENT_PARAM_ENCODER(paramName) \
21
DtDECLARE_PARAM_ENCODER(DtCreateEntityInteraction, paramName)
22
23
#define DtDEFINE_SIMPLE_CREATENT_PARAM_ENCODER(paramName, netType, inspector) \
24
DtDEFINE_SIMPLE_PARAM_ENCODER(DtCreateEntityEncoder, \
25
DtCreateEntityInteraction, paramName, netType, inspector)
26
27
31
class
DT_DLL_VL
DtCreateEntityEncoder
:
public
DtInteractionEncoder
32
{
33
public
:
34
35
DtCreateEntityEncoder
(
DtExerciseConn
* exConn,
36
DtInterClassDesc
* classDesc);
37
39
virtual
~
DtCreateEntityEncoder
();
40
42
DtCreateEntityEncoder
(
const
DtCreateEntityEncoder
& orig);
43
45
DtCreateEntityEncoder
&
operator=
(
const
DtCreateEntityEncoder
& orig);
46
47
protected
:
48
50
51
DtDECLARE_CREATENT_PARAM_ENCODER
(OriginatingEntity);
52
DtDECLARE_CREATENT_PARAM_ENCODER
(ReceivingEntity);
54
DtDECLARE_CREATENT_PARAM_ENCODER
(RequestID);
56
DtDECLARE_CREATENT_PARAM_ENCODER
(RequestIdentifier);
57
};
58
59
#endif
60
#endif
61
62
63
Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)