VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
emitterSystemStateDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #ifndef DT_EMITTER_SYSTEM_STATE_DECODER_H_
11 #define DT_EMITTER_SYSTEM_STATE_DECODER_H_
12 
13 #if DtDIS
14 
16 #include "stateDecoder.h"
17 
18 #include <vlutil/vlMachineTypes.h>
19 #include "hostStructs.h"
20 #include "stateMsg.h"
21 #include "exerciseConn.h"
22 #include "variableDatumRecord.h"
25 
26 
32 {
33 public:
36 
38  virtual ~DtEmitterSystemStateDecoder();
39 
42 
45 
47  virtual void decode(const DtElectromagneticEmissionPdu& pdu,
48  DtEmitterSystemRepository* stateRep);
49 
50  virtual void decodeCoupledAttributePdu(const DtElectromagneticEmissionPdu& pdu,
51  DtEmitterSystemRepository* stateRep);
52 
54 
55 };
56 
57 #endif
58 #endif
59 

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)