VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
hStartEnc.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 DtStartResumeEncoder_H_
8
#define DtStartResumeEncoder_H_
9
12
13
#if DtHLA
14
15
#include "
interEncoder.h
"
16
17
class
DT_DLL_VL
DtStartResumeInteraction
;
18
19
#define DtDECLARE_START_PARAM_ENCODER(paramName) \
20
DtDECLARE_PARAM_ENCODER(DtStartResumeInteraction, paramName)
21
22
#define DtDEFINE_SIMPLE_START_PARAM_ENCODER(paramName, netType, inspector) \
23
DtDEFINE_SIMPLE_PARAM_ENCODER(DtStartResumeEncoder, \
24
DtStartResumeInteraction, paramName, netType, inspector)
25
29
class
DT_DLL_VL
DtStartResumeEncoder
:
public
DtInteractionEncoder
30
{
31
public
:
32
33
DtStartResumeEncoder
(
DtExerciseConn
* exConn,
34
DtInterClassDesc
* classDesc);
35
37
virtual
~
DtStartResumeEncoder
();
38
40
DtStartResumeEncoder
(
const
DtStartResumeEncoder
& orig);
41
43
DtStartResumeEncoder
&
operator=
(
const
DtStartResumeEncoder
& orig);
44
45
protected
:
46
48
49
DtDECLARE_START_PARAM_ENCODER
(OriginatingEntity);
50
DtDECLARE_START_PARAM_ENCODER
(ReceivingEntity);
51
DtDECLARE_START_PARAM_ENCODER
(RequestIdentifier);
52
DtDECLARE_START_PARAM_ENCODER
(RealWorldTime);
53
DtDECLARE_START_PARAM_ENCODER
(SimulationTime);
55
DtDECLARE_START_PARAM_ENCODER
(RequestID);
56
};
57
58
#endif
59
#endif
60
61
62
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
)