VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pointObjectDecoderDIS.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 <vl/stateDecoder.h>
15 #include <vl/pointObjectStatePdu.h>
17 
20 class DT_DLL_VL DtPointObjectDecoder : public DtStateDecoder
21 {
22 public:
23 
26 
29 
31  virtual ~DtPointObjectDecoder();
32 
34  DtPointObjectDecoder& operator = ( const DtPointObjectDecoder& );
35 
37  virtual void decode( const DtPointObjectStatePdu& pdu,
38  DtPointObjectRepository* stateRep );
39 
40  DtCLONE_DECODER( DtPointObjectDecoder );
41 
42 };
43 
44 #endif // DtDIS

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)