11 #ifndef DtRttabRadioSignalInteraction_H_
12 #define DtRttabRadioSignalInteraction_H_
38 virtual const char*
name()
const;
DtInteraction is an abstract base class for representing HLA interactions (or events) (as opposed to ...
Definition: interactionHLA.h:33
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Definition: rttabRadioSignalInteraction.h:22
DtRttabStruct myRttabData
The RTT A/B data.
Definition: rttabRadioSignalInteraction.h:86
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
Definition: l16RadioSignalInteraction.h:22
virtual const char * name() const
Name of the interaction. (Not necessarily the ClassName from the FOM.)
static void removeCallback(DtExerciseConn *conn, DtL16RadioSignalInteractionCb cb, void *usr)
Definition: link16Structs.h:34
static void addCallback(DtExerciseConn *conn, DtL16RadioSignalInteractionCb cb, void *usr)
static DtInteraction * create()
void(* DtRttabRadioSignalInteractionCb)(DtRttabRadioSignalInteraction *inter, void *usr)
Definition: rttabRadioSignalInteraction.h:20
virtual DtInteractionDecoder * createDecoder(DtExerciseConn *exConn) const
Virtual function override.
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
virtual void printDataToStream(std::ostream &stream) const
Print the interaction's data to a stream.
virtual const char * interactionClassToUse(DtExerciseConn *exConn) const
Virtual function override.
DtL16RadioSignalInteraction & operator=(const DtL16RadioSignalInteraction &orig)
Assignment operator.
virtual DtInteractionEncoder * createEncoder(DtExerciseConn *exConn) const
Virtual function override.