VR-Link API Documentation for DIS
hRawBinRSDec.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00007 #ifndef DtRawBinaryRadioSignalDecoder_H_
00008 #define DtRawBinaryRadioSignalDecoder_H_
00009 
00010 #if DtHLA 
00011 
00012 
00013 #include "interDecoder.h"
00014 
00018 
00019 class DT_DLL_VL DtSignalInteraction;
00020 
00023 
00024 #define DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER(paramName) \
00025    DtDECLARE_PARAM_DECODER(DtSignalInteraction, paramName)
00026 
00027 #define DtDEFINE_SIMPLE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER(paramName, \
00028       netType, mutator) \
00029    DtDEFINE_SIMPLE_PARAM_DECODER(DtRawBinaryRadioSignalDecoder, \
00030       DtSignalInteraction, paramName, netType, mutator)
00031 
00032 #define DtDEFINE_SIMPLE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
00033    paramName, netType, mutator, castExpr) \
00034    DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
00035       DtRawBinaryRadioSignalDecoder, DtSignalInteraction, \
00036       paramName, netType, mutator, castExpr)
00037 
00038 
00044 
00045 class DT_DLL_VL DtRawBinaryRadioSignalDecoder : public DtInteractionDecoder
00046 {
00047 public:
00048 
00050    DtRawBinaryRadioSignalDecoder(DtExerciseConn* exConn,
00051       DtInterClassDesc* classDesc);
00052 
00054    virtual ~DtRawBinaryRadioSignalDecoder();
00055 
00057    DtRawBinaryRadioSignalDecoder(
00058       const DtRawBinaryRadioSignalDecoder& orig);
00059 
00061    DtRawBinaryRadioSignalDecoder& operator=(
00062       const DtRawBinaryRadioSignalDecoder& orig);
00063 
00064 protected:
00065 
00066    DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER(HostRadioIndex);
00067    DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER(DataRate);
00068    DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER(SignalDataLength);
00069    DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER(SignalData);
00070    DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER(TacticalDataLinkType);
00071    DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER(TDLMessageCount);
00072 
00074    DtDECLARE_RAW_BIN_RADIO_SIGNAL_PARAM_DECODER(HostRadioID);
00075 };
00076 
00077 #endif   //! DtHLA
00078 
00079 #endif   //! DtRawBinaryRadioSignalDecoder_H_
00080 

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)