VR-Link API Documentation for DIS
entityStateDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2013 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtDIS
13 
14 #include "stateDecoder.h"
15 #include "entityStatePdu.h"
16 #include "entityStateUpdatePdu.h"
17 #include "suppEmisEntStatePdu.h"
18 #include "entityStateRepository.h"
19 
24 {
25 public:
28 
30  virtual ~DtEntityStateDecoder();
31 
34 
37 
39  virtual void decode(const DtEntityStatePdu& pdu,
40  DtEntityStateRepository* stateRep);
41 
43  virtual void decodeEntityStateUpdate(const DtEntityStateUpdatePdu& pdu,
44  DtEntityStateRepository* stateRep);
45 
46  virtual void decodeSees(const DtSuppEmisEntStatePdu& pdu,
47  DtEntityStateRepository* stateRep);
48 
50 
51 protected:
55  virtual void decodeAttachedParts(
56  const DtEntityStatePdu& pdu,
57  DtEntityStateRepository* stateRep);
58 };
59 
60 #endif

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)