61 virtual void setLethal(
bool val);
63 virtual bool isLethal()
const;
66 virtual const char*
name()
const {
return "DtReplyInteraction"; }
DtReplyAmplification myReplyAmplification
Definition: replyInteractionHLA.h:91
DtInteraction is an abstract base class for representing HLA interactions (or events) (as opposed to ...
Definition: interactionHLA.h:33
static void addCallback(DtExerciseConn *conn, DtIFFEmissionInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
Add (register)/Remove (deregister) function to be called when interaction occurs. ...
void(* DtReplyInteractionCb)(DtReplyInteraction *inter, void *usr)
DtReplyInteraction callback function signature.
Definition: replyInteractionHLA.h:23
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Instances of DtReplyInteraction are used to store state data for IFFEmission.Reply interactions...
Definition: replyInteractionHLA.h:29
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
DtInteractionEncoder is used to provide encoding of an interaction into an RTI::ParameterHandleValueP...
Definition: interactionEncoder.h:36
Instances of DtIFFEmissionInteraction are used to store state data for IFFEmission interactions...
Definition: iffEmissionInteractionHLA.h:31
DtReplyAmplification
Definition: disEnums.h:767
This file contains typedefs used to represent objects in a protocol neutral way.
static void removeCallback(DtExerciseConn *conn, DtIFFEmissionInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
virtual DtInteractionDecoder * createDecoder(DtExerciseConn *exConn) const
Called by decoderToUse to obtain a new'ed decoder.
virtual void printDataToStream(std::ostream &stream) const
Print the interaction's data to the specified stream.
virtual void printData() const
Print the interaction's data.
virtual DtInteractionEncoder * createEncoder(DtExerciseConn *exConn) const
Called by encoderToUse to obtain a new'ed encoder.
virtual const char * interactionClassToUse(DtExerciseConn *exConn) const
Returns the FOM interaction class name to use.
DtBoost::shared_ptr< DtDDMRegion > DtDDMRegionSP
Definition: region13.h:31
bool myLethal
Definition: replyInteractionHLA.h:93
Contains the IFF datatypes for RPR 3.
Definition: iffDatatypes.h:3548
Instances of DtInteractionDecoder are used to decode interactions from the network.
Definition: interactionDecoder.h:37
DtModeSDAPSourceStruct myModeSDAPSource
Definition: replyInteractionHLA.h:92
virtual const char * name() const
Name of the interaction. (Not necessarily the ClassName from the FOM.)
Definition: replyInteractionHLA.h:66
static DtInteraction * create()
Create a DtIFFEmissionInteraction.
DtIFFEmissionInteraction & operator=(const DtIFFEmissionInteraction &orig)
Assignment operator.