VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)