VR-Link API Documentation for HLA 1516
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
stopFreezeEncoder.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 DtStopFreezeEncoder_H_
8
#define DtStopFreezeEncoder_H_
9
13
14
#if DtHLA
15
16
#include "
interactionEncoder.h
"
17
18
class
DT_DLL_VL
DtStopFreezeInteraction
;
19
20
#define DtDECLARE_STOP_PARAM_ENCODER(paramName) \
21
DtDECLARE_PARAM_ENCODER(DtStopFreezeInteraction, paramName)
22
23
#define DtDEFINE_SIMPLE_STOP_PARAM_ENCODER(paramName, netType, inspector) \
24
DtDEFINE_SIMPLE_PARAM_ENCODER(DtStopFreezeEncoder, \
25
DtStopFreezeInteraction, paramName, netType, inspector)
26
30
class
DT_DLL_VL
DtStopFreezeEncoder
:
public
DtInteractionEncoder
31
{
32
public
:
33
34
DtStopFreezeEncoder
(
DtExerciseConn
* exConn,
35
DtInterClassDesc
* classDesc);
36
38
virtual
~
DtStopFreezeEncoder
();
39
41
DtStopFreezeEncoder
(
const
DtStopFreezeEncoder
& orig);
42
44
DtStopFreezeEncoder
&
operator=
(
const
DtStopFreezeEncoder
& orig);
45
46
protected
:
47
49
50
DtDECLARE_STOP_PARAM_ENCODER
(OriginatingEntity);
51
DtDECLARE_STOP_PARAM_ENCODER
(ReceivingEntity);
52
DtDECLARE_STOP_PARAM_ENCODER
(RequestIdentifier);
53
DtDECLARE_STOP_PARAM_ENCODER
(RealWorldTime);
54
DtDECLARE_STOP_PARAM_ENCODER
(Reason);
55
DtDECLARE_STOP_PARAM_ENCODER
(ReflectValues);
56
DtDECLARE_STOP_PARAM_ENCODER
(RunInternalSimulationClock);
57
DtDECLARE_STOP_PARAM_ENCODER
(UpdateAttributes);
59
DtDECLARE_STOP_PARAM_ENCODER
(RequestID);
60
};
61
62
#endif
63
#endif
64
65
66
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)