VR-Link API Documentation for DIS
dDesignatrDec.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 DtDisDesignatorDecoder_H_
00013 #define DtDisDesignatorDecoder_H_
00014 
00015 #include "dStateDecoder.h"
00016 #include "designatePdu.h"
00017 #include "designatorSR.h"
00018 
00019 class DT_DLL_VL DtDesignatorDecoder : public DtStateDecoder
00020 {
00021 public:
00023    DtDesignatorDecoder( DtExerciseConn* exConn);
00024    
00026    virtual ~DtDesignatorDecoder();
00027    
00029    DtDesignatorDecoder( const DtDesignatorDecoder& );
00030    
00032    DtDesignatorDecoder& operator=( const DtDesignatorDecoder& );
00033 
00035    virtual void decode(
00036       const DtDesignatorPdu& pdu, DtDesignatorRepository* stateRep );
00037 };
00038 
00039 #endif   //! DtDisDesignatorDecoder_H_
00040 
00041 #endif   //! DtDIS
00042 

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)