11 #ifndef JtidsVoicesCvsdRadioSignalDec_H_
12 #define JtidsVoicesCvsdRadioSignalDec_H_
20 #define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName) \
21 DtDECLARE_PARAM_DECODER(DtJtidsVoiceCvsdRadioSignalInteraction, paramName)
23 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName, \
25 DtDEFINE_SIMPLE_PARAM_DECODER(DtJtidsVoiceCvsdRadioSignalDecoder, \
26 DtJtidsVoiceCvsdRadioSignalInteraction, 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 DtJtidsVoiceCvsdRadioSignalDecoder, DtJtidsVoiceCvsdRadioSignalInteraction, \
32 paramName, netType, mutator, castExpr)
34 class DT_DLL_VL DtJtidsVoiceCvsdRadioSignalDecoder :
public DtL16RadioSignalDecoder
40 DtInterClassDesc* classDesc);
43 virtual ~DtJtidsVoiceCvsdRadioSignalDecoder();
45 DtJtidsVoiceCvsdRadioSignalDecoder(
const DtJtidsVoiceCvsdRadioSignalDecoder& orig);
47 DtJtidsVoiceCvsdRadioSignalDecoder& operator=(
const DtJtidsVoiceCvsdRadioSignalDecoder& orig);
51 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(JTIDSHeader);
52 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(Data);