VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dynamicTerrainDecoderDIS.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
10 
11 #pragma once
12 
13 #if DtDIS
14 
15 #include <vl/stateDecoder.h>
17 
18 
19 
20 
23 
29 {
30 public:
31 
34 
36  DtDynamicTerrainDecoder(DtExerciseConn *conn);
37 
39  virtual ~DtDynamicTerrainDecoder();
40 
43 
45  DtDynamicTerrainDecoder& operator=(const DtDynamicTerrainDecoder& orig);
46 
47  DtCLONE_DECODER(DtDynamicTerrainDecoder)
48 
49 
50 public:
51 
53  virtual void decode(DtPdu * pdu, DtPduFactory* pduFactory = 0);
54 
56  virtual void decode(const DtDynamicTerrainPdu& pdu,
58 
59 
60 };
61 
62 
63 
64 #endif

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)