7 #ifndef collisionInteractionHLA_H_
8 #define collisionInteractionHLA_H_
52 virtual void printData()
const;
55 virtual void printDataToStream(std::ostream& stream)
const;
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;
98 DtDDMRegionSP region = DtDDMRegionSP());
101 DtDDMRegionSP region = DtDDMRegionSP());
DtInteraction is an base class for representing DIS PDUs which don't have state.
Definition: interactionDIS.h:24
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file defines math constants and methods which may be useful in simulations.
Definition: vlVector.h:224
Represents Events in DIS.
Definition: eventId.h:154
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
DtCollisionType
Definition: disEnums.h:180
DtCollisionPdu DtCollisionInteraction
Definition: collisionPdu.h:23
Contains the DtEventId class declaration.
Definition: collisionPdu.h:28
void(* DtCollisionInteractionCb)(DtCollisionInteraction *inter, void *usr)
Definition: collisionPdu.h:26