11 #ifndef RttReplyRadioSignalDec_H_
12 #define RttReplyRadioSignalDec_H_
17 class DtRttReplyRadioSignalInteraction;
22 #define DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName) \
23 DtDECLARE_PARAM_DECODER(DtRttReplyRadioSignalInteraction, paramName)
25 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(paramName, \
27 DtDEFINE_SIMPLE_PARAM_DECODER(DtRttReplyRadioSignalDecoder, \
28 DtRttReplyRadioSignalInteraction, paramName, netType, mutator)
30 #define DtDEFINE_SIMPLE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
31 paramName, netType, mutator, castExpr) \
32 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
33 DtRttReplyRadioSignalDecoder, DtRttReplyRadioSignalInteraction, \
34 paramName, netType, mutator, castExpr)
36 class DT_DLL_VL DtRttReplyRadioSignalDecoder :
public DtL16RadioSignalDecoder
42 DtInterClassDesc* classDesc);
45 virtual ~DtRttReplyRadioSignalDecoder();
47 DtRttReplyRadioSignalDecoder(
const DtRttReplyRadioSignalDecoder& orig);
49 DtRttReplyRadioSignalDecoder& operator=(
const DtRttReplyRadioSignalDecoder& orig);
53 DtDECLARE_JTIDS_HEADER_RADIO_SIGNAL_PARAM_DECODER(RTTReplyData);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108