VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
hMinefldMarkObjTrEnc.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 hMinefldMarkObjTrEnc_H_
10
#define hMinefldMarkObjTrEnc_H_
11
12
#include "
hLinObjTrans.h
"
13
#include "
intClassDesc.h
"
14
#include "
hEnvObjTransEnc.h
"
15
19
22
#define DtDECLARE_MINEFLD_LANE_MARK_OBJ_PARAM_ENCODER(paramName) \
23
DtDECLARE_PARAM_ENCODER(DtLinearObjectTransaction, paramName)
24
29
30
class
DT_DLL_VL
DtMinefieldLaneMarkerObjectTransactionEncoder
:
public
DtEnvironmentObjectTransactionEncoder
31
{
32
public
:
33
35
DtMinefieldLaneMarkerObjectTransactionEncoder
(
36
DtExerciseConn
* exConn,
37
DtInterClassDesc
* classDesc);
38
40
virtual
~
DtMinefieldLaneMarkerObjectTransactionEncoder
();
41
43
DtMinefieldLaneMarkerObjectTransactionEncoder
(
const
DtMinefieldLaneMarkerObjectTransactionEncoder
& orig);
44
46
DtMinefieldLaneMarkerObjectTransactionEncoder
&
operator=
(
const
DtMinefieldLaneMarkerObjectTransactionEncoder
& orig);
47
48
protected
:
49
50
//void encodeSegmentRecords(
51
// const DtLinearObjectRepository& stateRep,
52
// RTI::ParameterHandleValuePairSet* pvList,
53
// RTI::ParameterHandle paramHandle);
54
DtDECLARE_MINEFLD_LANE_MARK_OBJ_PARAM_ENCODER
(SegmentRecords);
55
};
56
62
#define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_PARAM_ENCODER( \
63
paramName, netType, inspector) \
64
DtDEFINE_SIMPLE_PARAM_ENCODER(DtLinearObjectEncoder, \
65
DtLinearObjectTransaction, \
66
paramName, netType, inspector)
67
73
#define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_PARAM_CHECKER( \
74
paramName, inspector) \
75
DtDEFINE_SIMPLE_ATTR_CHECKER(DtLinearObjectEncoder, \
76
DtLinearObjectTransaction, \
77
paramName, inspector)
78
79
#endif //hMinefldMarkEnc_H_
80
81
#endif //DtHLA
82
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
)