VR-Link API Documentation for HLA 1.3
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
munitionDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef DtMunitionDecoder_H_
8
#define DtMunitionDecoder_H_
9
10
#if DtHLA
11
12
#include "
physicalEntityDecoder.h
"
13
17
18
class
DT_DLL_VL
DtEntityStateRepository
;
19
25
26
class
DT_DLL_VL
DtMunitionDecoder
:
public
DtPhysicalEntityDecoder
27
{
28
public
:
29
31
DtMunitionDecoder
(
32
DtExerciseConn
* exConn,
33
DtObjClassDesc
* classDesc);
34
36
virtual
~
DtMunitionDecoder
();
37
39
DtMunitionDecoder
(
const
DtMunitionDecoder
& orig);
40
42
DtMunitionDecoder
&
operator=
(
const
DtMunitionDecoder
& orig);
43
44
public
:
45
48
static
DtHlaStateDecoder
*
create
(
49
DtExerciseConn
* exConn,
50
DtObjClassDesc
* classDesc);
51
52
protected
:
53
57
void
addMyDecoders
();
58
60
DtDECLARE_ENTITY_ATTR_DECODER
(LauncherFlashPresent);
61
};
62
68
#define DtDEFINE_SIMPLE_MUN_ATTR_DECODER_WITH_CAST( \
69
attrName, netType, mutator, castExpr) \
70
DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
71
DtMunitionDecoder, DtEntityStateRepository, \
72
attrName, netType, mutator, castExpr)
73
74
#define DtDEFINE_SIMPLE_MUN_ATTR_DECODER( \
75
attrName, netType, inspector) \
76
DtDEFINE_SIMPLE_MUN_ENTITY_ATTR_DECODER_WITH_CAST( \
77
attrName, netType, inspector, (netType))
78
79
#endif
80
#endif
81
Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)