7 #ifndef collisionInteractionHLA_H_
8 #define collisionInteractionHLA_H_
66 virtual void setEventId(
const DtEventID&
id);
74 virtual void setVelocity(
const DtVector& veloc);
75 virtual const DtVector& velocity()
const;
82 virtual void setEntityCoords(
const DtVector& coords);
83 virtual const DtVector& entityCoords()
const;
86 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
DtInteractionWithEncDec & operator=(const DtInteractionWithEncDec &orig)
assignment operator
DtGlobalObjectDesignator myIssueId
Definition: collisionInteractionHLA.h:105
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtVector myEntityCoords
Definition: collisionInteractionHLA.h:111
DtCollisionType myCollisionType
Definition: collisionInteractionHLA.h:108
static void removeCallback(DtExerciseConn *conn, const std::vector< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
This file defines math constants and methods which may be useful in simulations.
virtual void printData() const
Print the interaction's data to DtInfo.
Definition: interactionHLA.h:358
virtual void printDataToStream(std::ostream &stream) const
Print the interaction's data to the stream.
Definition: interactionHLA.h:366
virtual const char * name() const =0
Name of the interaction. (Not necessarily the ClassName from the FOM.)
Definition: vlVector.h:224
Instances of DtCollisionInteraction are used to represent Collision Interactions in the RPR FOM...
Definition: collisionInteractionHLA.h:35
DtGlobalObjectDesignator myCollideId
Definition: collisionInteractionHLA.h:106
void(* DtCollisionInteractionCb)(DtCollisionInteraction *inter, void *usr)
Collision interaction callback function signature.
Definition: collisionInteractionHLA.h:29
static void addCallback(DtExerciseConn *conn, const std::vector< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
Register/Deregister callback function cb with conn, on all interaction class name (char*) contained i...
DtFloat32 myMass
Definition: collisionInteractionHLA.h:110
Represents Events in the RPR FOM.
Definition: eventId.h:52
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
This file provides a declaration of the class DtInteractionWithEncDec.
DtCollisionType
Definition: disEnums.h:180
class DtInteractionWithEncDec:
Definition: interactionWithEncDec.h:44
Contains the DtEventId class declaration.
std::shared_ptr< DtDDMRegion > DtDDMRegionSP
Definition: region1516.h:29
Instances of DtString are used to represent strings.
Definition: vlString.h:36
DtVector myVelocity
Definition: collisionInteractionHLA.h:109
DtEventID myEventId
Definition: collisionInteractionHLA.h:107