VR-Link API Documentation for DIS
hVmfRadSigDec.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 * ** Copyright (c) 2011 VT MAK
00003 * ** All rights reserved.
00004 * *********************************************************************/
00005 /*********************************************************************
00006 * ** $RCSfile: hVmfRadSigDec.h,v $ $Revision: 1.1 $ $State: Exp $
00007 * *********************************************************************/
00008 
00009 #if DtHLA
00010 
00011 #ifndef VmfRadioSignalDec_H_
00012 #define VmfRadioSignalDec_H_
00013 
00014 #include <vl/hL16RadSigDec.h>
00015 #include <vl/hVmfRadSigInter.h>
00016 
00017 class DtVmfRadioSignalInteraction;
00018 
00021 
00022 #define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName) \
00023    DtDECLARE_PARAM_DECODER(DtVmfRadioSignalInteraction, paramName)
00024 
00025 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName, \
00026       netType, mutator) \
00027    DtDEFINE_SIMPLE_PARAM_DECODER(DtVmfRadioSignalDecoder, \
00028       DtVmfRadioSignalInteraction, paramName, netType, mutator)
00029 
00030 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
00031    paramName, netType, mutator, castExpr) \
00032    DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
00033       DtVmfRadioSignalDecoder, DtVmfRadioSignalInteraction, \
00034       paramName, netType, mutator, castExpr)
00035 
00036 class DT_DLL_VL DtVmfRadioSignalDecoder : public DtL16RadioSignalDecoder
00037 {
00038 public:
00039 
00041    DtVmfRadioSignalDecoder(DtExerciseConn* exConn,
00042       DtInterClassDesc* classDesc);
00043 
00045    virtual ~DtVmfRadioSignalDecoder();
00046 
00047    DtVmfRadioSignalDecoder(const DtVmfRadioSignalDecoder& orig);
00048 
00049    DtVmfRadioSignalDecoder& operator=(const DtVmfRadioSignalDecoder& orig);
00050 
00051 protected:
00052 
00053    DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(JTIDSheader);
00054    DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(TADILJmessage);
00055 };
00056 
00057 #endif
00058 #endif 
00059 

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)