11 #ifndef JtidsLetRadioSignalDec_H_
12 #define JtidsLetRadioSignalDec_H_
20 #define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName) \
21 DtDECLARE_PARAM_DECODER(DtJtidsLetRadioSignalInteraction, paramName)
23 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName, \
25 DtDEFINE_SIMPLE_PARAM_DECODER(DtJtidsLetRadioSignalDecoder, \
26 DtJtidsLetRadioSignalInteraction, paramName, netType, mutator)
28 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
29 paramName, netType, mutator, castExpr) \
30 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
31 DtJtidsLetRadioSignalDecoder, DtJtidsLetRadioSignalInteraction, \
32 paramName, netType, mutator, castExpr)
34 class DT_DLL_VL DtJtidsLetRadioSignalDecoder :
public DtL16RadioSignalDecoder
40 DtInterClassDesc* classDesc);
43 virtual ~DtJtidsLetRadioSignalDecoder();
45 DtJtidsLetRadioSignalDecoder(
const DtJtidsLetRadioSignalDecoder& orig);
47 DtJtidsLetRadioSignalDecoder& operator=(
const DtJtidsLetRadioSignalDecoder& orig);
51 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(LETheader);
52 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(TADILJMessage);