VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
hMinefldMarkObjTrDec.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#if DtHLA
8
9
#ifndef hMinefldMarkObjTrDec_H_
10
#define hMinefldMarkObjTrDec_H_
11
12
#include "
hLinObjTrans.h
"
13
#include "
intClassDesc.h
"
14
#include "
hEnvObjTransDec.h
"
15
19
22
#define DtDECLARE_MINEFLD_LANE_MARK_OBJ_PARAM_DECODER(paramName) \
23
DtDECLARE_PARAM_DECODER(DtLinearObjectTransaction, paramName)
24
30
31
class
DT_DLL_VL
DtMinefieldLaneMarkerObjectTransactionDecoder
:
public
DtEnvironmentObjectTransactionDecoder
32
{
33
public
:
34
36
DtMinefieldLaneMarkerObjectTransactionDecoder
(
37
DtExerciseConn
* exConn,
38
DtInterClassDesc
* classDesc);
39
41
virtual
~
DtMinefieldLaneMarkerObjectTransactionDecoder
();
42
44
DtMinefieldLaneMarkerObjectTransactionDecoder
(
const
DtMinefieldLaneMarkerObjectTransactionDecoder
& orig);
45
47
DtMinefieldLaneMarkerObjectTransactionDecoder
&
operator
=
48
(
const
DtMinefieldLaneMarkerObjectTransactionDecoder
& orig);
49
50
protected
:
51
54
DtDECLARE_MINEFLD_LANE_MARK_OBJ_PARAM_DECODER
(SegmentRecords);
55
};
56
62
#define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_PARAM_DECODER_WITH_CAST( \
63
paramName, netType, mutator, castExpr) \
64
DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
65
DtMinefieldLaneMarkerObjectTransactionDecoder, DtLinearObjectTransaction, \
66
paramName, netType, mutator, castExpr)
67
68
#define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_PARAM_DECODER( \
69
paramName, netType, inspector) \
70
DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_PARAM_DECODER_WITH_CAST( \
71
paramName, netType, inspector, (netType))
72
73
#endif //hMinefldMarkDec_H_
74
75
#endif //DtHLA
76
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
)