VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dynamicTerrainDecoderDIS.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtDIS
13 
15 #include <vl/stateDecoder.h>
16 
19 
25 {
26 public:
27 
30 
32  DtDynamicTerrainDecoder(DtExerciseConn *conn);
33 
35  virtual ~DtDynamicTerrainDecoder();
36 
39 
41  DtDynamicTerrainDecoder& operator=(const DtDynamicTerrainDecoder& orig);
42 
43  DtCLONE_DECODER(DtDynamicTerrainDecoder)
44 
45 
46 public:
47 
49  virtual void decode(DtPdu * pdu, DtPduFactory* pduFactory = 0);
50 
52  virtual void decode(const DtDynamicTerrainPdu& pdu,
54 
55 
56 };
57 
58 #endif // DtDIS

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)