VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
griddedDataDecoderDIS.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtDIS
8 
11 
12 #ifndef DtGriddedDataDecoder_H_
13 #define DtGriddedDataDecoder_H_
14 
15 #include "stateDecoder.h"
16 #include "griddedDataPdu.h"
17 #include "griddedDataRepository.h"
18 
22 {
23 public:
26 
28  virtual ~DtGriddedDataDecoder();
29 
32 
35  const DtGriddedDataDecoder& orig);
36 
38  virtual void decode(
39  const DtGriddedDataPdu& pdu,
40  DtGriddedDataRepository* stateRep);
41 
43 
44 protected:
46 };
47 #endif
48 #endif
49 

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)