VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
setRecordEncoder.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 DtSetRecordEnc_H_
8
#define DtSetRecordEnc_H_
9
10
#if DtHLA
11
12
#include "
interactionEncoder.h
"
13
17
18
class
DT_DLL_VL
DtSetRecordInteraction
;
19
20
21
#define DtDECLARE_SETRECORD_PARAM_ENCODER(paramName) \
22
DtDECLARE_PARAM_ENCODER(DtSetRecordInteraction, paramName)
23
24
#define DtDEFINE_SIMPLE_SETRECORD_PARAM_ENCODER(paramName, netType, inspector) \
25
DtDEFINE_SIMPLE_PARAM_ENCODER(DtSetRecordEncoder, \
26
DtSetRecordInteraction, paramName, netType, inspector)
27
32
33
34
class
DT_DLL_VL
DtSetRecordEncoder
:
public
DtInteractionEncoder
35
{
36
37
public
:
38
40
DtSetRecordEncoder
(
DtExerciseConn
*exConn,
DtInterClassDesc
*classDesc);
41
43
DtSetRecordEncoder
(
const
DtSetRecordEncoder
&orig);
44
46
virtual
~
DtSetRecordEncoder
();
47
49
DtSetRecordEncoder
&
operator=
(
const
DtSetRecordEncoder
&orig);
50
51
52
protected
:
53
55
DtDECLARE_SETRECORD_PARAM_ENCODER
(OriginatingEntity);
56
DtDECLARE_SETRECORD_PARAM_ENCODER
(ReceivingEntity);
57
DtDECLARE_SETRECORD_PARAM_ENCODER
(RequestIdentifier);
58
DtDECLARE_SETRECORD_PARAM_ENCODER
(AcknowledgementProtocol);
59
DtDECLARE_SETRECORD_PARAM_ENCODER
(RecordSetData);
60
61
};
62
63
64
#endif
65
#endif
66
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
)