VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
entityDamageStatusDecoder.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2013 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#if DtDIS
13
14
#include <
vlutil/vlMachineTypes.h
>
15
#include <
vl/pduDecoder.h
>
16
17
class
DtEntityDamageStatusPdu
;
18
class
DtStandardVariableRecordFactory
;
19
22
class
DT_DLL_VL
DtEntityDamageStatusDecoder
:
public
DtPduDecoder
23
{
24
public
:
25
27
DtEntityDamageStatusDecoder
();
28
30
virtual
~
DtEntityDamageStatusDecoder
();
31
33
virtual
void
decode
(
DtPdu
* pdu,
DtPduFactory
* pduFactory = 0 );
34
36
virtual
DtPduDecoder
*
clone
()
const
;
37
38
protected
:
39
40
virtual
void
setStaticFields(
DtEntityDamageStatusPdu
* pdu );
41
42
virtual
void
setVariableFields(
DtEntityDamageStatusPdu
* pdu,
DtPduFactory
* pduFactory );
43
44
protected
:
45
46
DtStandardVariableRecordFactory
*
myDefaultSVRFactory
;
47
48
};
49
50
#endif
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)