11 #ifndef JtidsVoiceLpc10RadioSignalDec_H_
12 #define JtidsVoiceLpc10RadioSignalDec_H_
20 #define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName) \
21 DtDECLARE_PARAM_DECODER(DtJtidsVoiceLpc10RadioSignalInteraction, paramName)
23 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName, \
25 DtDEFINE_SIMPLE_PARAM_DECODER(DtJtidsVoiceLpc10RadioSignalDecoder, \
26 DtJtidsVoiceLpc10RadioSignalInteraction, 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 DtJtidsVoiceLpc10RadioSignalDecoder, DtJtidsVoiceLpc10RadioSignalInteraction, \
32 paramName, netType, mutator, castExpr)
34 class DT_DLL_VL DtJtidsVoiceLpc10RadioSignalDecoder :
public DtL16RadioSignalDecoder
40 DtInterClassDesc* classDesc);
43 virtual ~DtJtidsVoiceLpc10RadioSignalDecoder();
45 DtJtidsVoiceLpc10RadioSignalDecoder(
const DtJtidsVoiceLpc10RadioSignalDecoder& orig);
47 DtJtidsVoiceLpc10RadioSignalDecoder& operator=(
const DtJtidsVoiceLpc10RadioSignalDecoder& orig);
51 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(JTIDSHeader);
52 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(Data);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108