VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
hBreachObjDec.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 hBreachObjDec_H_
10
#define hBreachObjDec_H_
11
12
13
#include "
hEnvObjDec.h
"
14
18
19
class
DT_DLL_VL
DtLinearObjectRepository
;
20
23
#define DtDECLARE_BREACH_OBJ_ATTR_DECODER(attrName) \
24
DtDECLARE_ATTR_DECODER(DtLinearObjectRepository, attrName)
25
26
31
class
DT_DLL_VL
DtBreachObjectDecoder
:
public
DtEnvironmentObjectDecoder
32
{
33
public
:
34
36
DtBreachObjectDecoder
(
37
DtExerciseConn
* exConn,
38
DtObjClassDesc
* classDesc);
39
41
virtual
~
DtBreachObjectDecoder
();
42
44
DtBreachObjectDecoder
(
const
DtBreachObjectDecoder
& orig);
45
47
DtBreachObjectDecoder
&
operator
=
48
(
const
DtBreachObjectDecoder
& orig);
49
50
public
:
51
53
static
DtHlaStateDecoder
*
create
(
54
DtExerciseConn
* exConn,
55
DtObjClassDesc
* classDesc);
56
57
protected
:
60
DtDECLARE_BREACH_OBJ_ATTR_DECODER
(SegmentRecords);
61
};
62
68
#define DtDEFINE_SIMPLE_BREACH_OBJ_ATTR_DECODER_WITH_CAST( \
69
attrName, netType, mutator, castExpr) \
70
DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
71
DtBreachObjectDecoder, DtLinearObjectRepository, \
72
attrName, netType, mutator, castExpr)
73
74
#define DtDEFINE_SIMPLE_BREACH_OBJ_ATTR_DECODER( \
75
attrName, netType, inspector) \
76
DtDEFINE_SIMPLE_BREACH_OBJ_ATTR_DECODER_WITH_CAST( \
77
attrName, netType, inspector, (netType))
78
79
#endif //hBreachObjDec_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
)