VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
hMinefldMarkObjDec.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 hMinefldMarkDec_H_
10
#define hMinefldMarkDec_H_
11
12
#include "
hEnvObjDec.h
"
13
17
18
class
DT_DLL_VL
DtLinearObjectRepository
;
19
22
#define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER(attrName) \
23
DtDECLARE_ATTR_DECODER(DtLinearObjectRepository, attrName)
24
30
31
class
DT_DLL_VL
DtMinefieldLaneMarkerObjectDecoder
:
public
DtEnvironmentObjectDecoder
32
{
33
public
:
34
36
DtMinefieldLaneMarkerObjectDecoder
(
37
DtExerciseConn
* exConn,
38
DtObjClassDesc
* classDesc);
39
41
virtual
~
DtMinefieldLaneMarkerObjectDecoder
();
42
44
DtMinefieldLaneMarkerObjectDecoder
(
const
DtMinefieldLaneMarkerObjectDecoder
& orig);
45
47
DtMinefieldLaneMarkerObjectDecoder
&
operator
=
48
(
const
DtMinefieldLaneMarkerObjectDecoder
& orig);
49
50
public
:
51
53
static
DtHlaStateDecoder
*
create
(
54
DtExerciseConn
* exConn,
55
DtObjClassDesc
* classDesc);
56
57
protected
:
58
61
DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER
(SegmentRecords);
62
};
63
69
#define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER_WITH_CAST( \
70
attrName, netType, mutator, castExpr) \
71
DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
72
DtMinefieldLaneMarkerObjectDecoder, DtLinearObjectRepository, \
73
attrName, netType, mutator, castExpr)
74
75
#define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER( \
76
attrName, netType, inspector) \
77
DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER_WITH_CAST( \
78
attrName, netType, inspector, (netType))
79
80
#endif //hMinefldMarkDec_H_
81
82
#endif //DtHLA
83
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
)