VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
breachObjectDecoder.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2014 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#if DtHLA
13
14
#include <
vl/environmentObjectDecoder.h
>
15
16
class
DtLinearObjectRepository
;
17
20
#define DtDECLARE_BREACH_OBJ_ATTR_DECODER( attrName ) \
21
DtDECLARE_ATTR_DECODER( DtLinearObjectRepository, attrName )
22
27
class
DT_DLL_VL
DtBreachObjectDecoder
:
public
DtEnvironmentObjectDecoder
28
{
29
public
:
30
33
static
DtHlaStateDecoder
*
create
(
DtExerciseConn
* exConn,
34
DtObjClassDesc
* classDesc );
35
37
DtBreachObjectDecoder
(
DtExerciseConn
* exConn,
DtObjClassDesc
* classDesc );
38
40
DtBreachObjectDecoder
(
const
DtBreachObjectDecoder
& orig );
41
43
virtual
~
DtBreachObjectDecoder
();
44
46
DtBreachObjectDecoder
&
operator =
(
const
DtBreachObjectDecoder
& orig );
47
48
protected
:
49
52
DtDECLARE_BREACH_OBJ_ATTR_DECODER
( SegmentRecords );
53
54
};
55
61
#define DtDEFINE_SIMPLE_BREACH_OBJ_ATTR_DECODER_WITH_CAST( \
62
attrName, netType, mutator, castExpr ) \
63
DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
64
DtBreachObjectDecoder, DtLinearObjectRepository, \
65
attrName, netType, mutator, castExpr )
66
67
#define DtDEFINE_SIMPLE_BREACH_OBJ_ATTR_DECODER( \
68
attrName, netType, inspector ) \
69
DtDEFINE_SIMPLE_BREACH_OBJ_ATTR_DECODER_WITH_CAST( \
70
attrName, netType, inspector, (netType) )
71
72
#endif // DtHLA
Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)