VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
radioReceiverDecoderDIS.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 DtRadioReceiverDecoder_H_
13 #define DtRadioReceiverDecoder_H_
14 
15 #include "stateDecoder.h"
16 #include "receiverPdu.h"
18 
21 class DT_DLL_VL DtRadioReceiverDecoder : public DtStateDecoder
22 {
23 public:
26 
28  virtual ~DtRadioReceiverDecoder();
29 
32 
34  DtRadioReceiverDecoder& operator=(
35  const DtRadioReceiverDecoder& orig);
36 
38  virtual void decode(
39  const DtReceiverPdu& pdu,
40  DtRadioReceiverRepository* stateRep);
41 
42  DtCLONE_DECODER(DtRadioReceiverDecoder);
43 };
44 #endif
45 #endif
46 

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)