VR-Link API Documentation for HLA 1.3
hAppRadSigDec.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00009 
00010 #ifndef DtAppSpecificRadioSignalDecoder_H_
00011 #define DtAppSpecificRadioSignalDecoder_H_
00012 
00013 #if DtHLA 
00014 
00015 
00016 #include "interDecoder.h"
00017 
00018 class DT_DLL_VL DtSignalInteraction;
00019 
00022 
00023 #define DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(paramName) \
00024    DtDECLARE_PARAM_DECODER(DtSignalInteraction, paramName)
00025 
00026 #define DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(paramName, \
00027    netType, mutator) \
00028    DtDEFINE_SIMPLE_PARAM_DECODER(DtAppSpecificRadioSignalDecoder, \
00029       DtSignalInteraction, paramName, netType, mutator)
00030 
00031 #define DtDEFINE_SIMPLE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
00032    paramName, netType, mutator, castExpr) \
00033    DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
00034       DtAppSpecificRadioSignalDecoder, DtSignalInteraction, \
00035       paramName, netType, mutator, castExpr)
00036 
00037 
00038 
00043 class DT_DLL_VL DtAppSpecificRadioSignalDecoder : public DtInteractionDecoder
00044 {
00045 public:
00046 
00048    DtAppSpecificRadioSignalDecoder(DtExerciseConn* exConn,
00049       DtInterClassDesc* classDesc);
00050 
00052    virtual ~DtAppSpecificRadioSignalDecoder();
00053 
00055    DtAppSpecificRadioSignalDecoder(
00056       const DtAppSpecificRadioSignalDecoder& orig);
00057 
00059    DtAppSpecificRadioSignalDecoder& operator=(
00060       const DtAppSpecificRadioSignalDecoder& orig);
00061 
00062 protected:
00063 
00064    DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(HostRadioIndex);
00065    DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(DataRate);
00066    DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(SignalDataLength);
00067    DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(SignalData);
00068    DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(TacticalDataLinkType);
00069    DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(TDLMessageCount);
00070    DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(UserProtocolID);
00072    DtDECLARE_APP_SPECIFIC_RADIO_SIGNAL_PARAM_DECODER(HostRadioID);
00073 };
00074 
00075 #endif   //! DtHLA
00076 
00077 #endif   //! DtAppSpecificRadioSignalDecoder_H_
00078 

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)