VR-Link API Documentation for DIS
dRadioRcvrDec.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00007 #if DtDIS
00008 
00011 
00012 #ifndef DtRadioReceiverDecoder_H_
00013 #define DtRadioReceiverDecoder_H_
00014 
00015 #include "dStateDecoder.h"
00016 #include "receivePdu.h"
00017 #include "radioRecvrSR.h"
00018 
00021 class DT_DLL_VL DtRadioReceiverDecoder : public DtStateDecoder
00022 {
00023 public:
00025    DtRadioReceiverDecoder(DtExerciseConn* conn);
00026 
00028    virtual ~DtRadioReceiverDecoder();
00029 
00031    DtRadioReceiverDecoder(const DtRadioReceiverDecoder& orig);
00032 
00034    DtRadioReceiverDecoder& operator=(
00035       const DtRadioReceiverDecoder& orig);
00036 
00038    virtual void decode(
00039       const DtReceiverPdu& pdu,
00040       DtRadioReceiverRepository* stateRep);
00041 };
00042 #endif
00043 #endif
00044 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)