60 virtual const char*
name()
const {
return "DtSquitterInteraction"; }
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. ...
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
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
This file contains typedefs used to represent objects in a protocol neutral way.
void(* DtSquitterInteractionCb)(DtSquitterInteraction *inter, void *usr)
DtSquitterInteraction callback function signature.
Definition: squitterInteractionHLA.h:23
Instances of DtSquitterInteraction are used to store state data for IFFEmission.Squitter interactions...
Definition: squitterInteractionHLA.h:29
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.
std::shared_ptr< DtDDMRegion > DtDDMRegionSP
Definition: region13.h:31
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.
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: squitterInteractionHLA.h:85
static DtInteraction * create()
Create a DtIFFEmissionInteraction.
virtual const char * name() const
Name of the interaction. (Not necessarily the ClassName from the FOM.)
Definition: squitterInteractionHLA.h:60
DtIFFEmissionInteraction & operator=(const DtIFFEmissionInteraction &orig)
Assignment operator.