7 #ifndef DtDatabaseIndexRadioSignalDecoder_H_
8 #define DtDatabaseIndexRadioSignalDecoder_H_
24 #define DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(paramName) \
25 DtDECLARE_PARAM_DECODER(DtSignalInteraction, paramName)
27 #define DtDEFINE_SIMPLE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(paramName, \
29 DtDEFINE_SIMPLE_PARAM_DECODER(DtDatabaseIndexRadioSignalDecoder, \
30 DtSignalInteraction, paramName, netType, mutator)
32 #define DtDEFINE_SIMPLE_DATABASE_RADIO_SIGNAL_PARAM_DECODER_WITH_CAST( \
33 paramName, netType, mutator, castExpr) \
34 DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \
35 DtDatabaseIndexRadioSignalDecoder, DtSignalInteraction, \
36 paramName, netType, mutator, castExpr)
44 class DT_DLL_VL DtDatabaseIndexRadioSignalDecoder :
public DtInteractionDecoder
50 DtInterClassDesc* classDesc);
53 virtual ~DtDatabaseIndexRadioSignalDecoder();
56 DtDatabaseIndexRadioSignalDecoder(
57 const DtDatabaseIndexRadioSignalDecoder& orig);
60 DtDatabaseIndexRadioSignalDecoder& operator=(
61 const DtDatabaseIndexRadioSignalDecoder& orig);
65 DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(HostRadioIndex);
66 DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(DatabaseIndex);
67 DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(Duration);
68 DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(StartOffset);
69 DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(TacticalDataLinkType);
70 DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(TDLMessageCount);
73 DtDECLARE_DATABASE_RADIO_SIGNAL_PARAM_DECODER(HostRadioID);
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
This file contains the declaration of DtInteractionDecoder.
Instances of DtSignalPdu are used to send simulated signal data.
Definition: signalPdu.h:28