VR-Link API Documentation for HLA 1.3
dRadioXmitDec.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 DtRadioTransmitterDecoder_H_
00013 #define DtRadioTransmitterDecoder_H_
00014 
00015 #include "dStateDecoder.h"
00016 #include "transmitPdu.h"
00017 #include "radioXmitSR.h"
00018 
00021 class DT_DLL_VL DtRadioTransmitterDecoder : public DtStateDecoder
00022 {
00023 public:
00025    DtRadioTransmitterDecoder(DtExerciseConn* conn);
00026 
00028    virtual ~DtRadioTransmitterDecoder();
00029 
00031    DtRadioTransmitterDecoder(const DtRadioTransmitterDecoder& orig);
00032 
00034    DtRadioTransmitterDecoder& operator=(
00035       const DtRadioTransmitterDecoder& orig);
00036 
00038    virtual void decode(
00039       const DtTransmitterPdu& pdu,
00040       DtRadioTransmitterRepository* 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)