7 #ifndef detonationInteractionHLA_H_
8 #define detonationInteractionHLA_H_
77 virtual void setEventId(
const DtEventID&
id);
81 virtual void setVelocity(
const DtVector32& velocity);
85 virtual void setWorldLocation(
const DtVector& location);
86 virtual const DtVector& worldLocation()
const;
89 virtual void setEntityLocation(
const DtVector32& location);
90 virtual const DtVector32& entityLocation()
const;
101 virtual void setMunitionType(
const DtEntityType& munType);
105 virtual void setQuantity(
int quant);
106 virtual int quantity()
const;
109 virtual void setRate(
int rate);
110 virtual int rate()
const;
133 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 DtDetonationInteraction are used to communicate information associated with the impact o...
Definition: detonationInteractionHLA.h:37
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
DtInteractionWithEncDec & operator=(const DtInteractionWithEncDec &orig)
assignment operator
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtGlobalObjectDesignator myTargetId
Definition: detonationInteractionHLA.h:163
This file provides a declaration of the class DtArticulatedPartCollection.
DtEntityType myMunitionType
Definition: detonationInteractionHLA.h:159
DtDetonationResult
Definition: disEnums.h:207
int myRate
Definition: detonationInteractionHLA.h:161
DtVector32 myEntityLocation
Definition: detonationInteractionHLA.h:162
static void removeCallback(DtExerciseConn *conn, const std::set< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
DtWarheadType myWarheadType
Definition: detonationInteractionHLA.h:164
DtVector myWorldLocation
Definition: detonationInteractionHLA.h:152
virtual void printData() const
Print the interaction's data to DtInfo.
Definition: interactionHLA.h:348
A DtArticulatedPartCollection is a collection of articulated parts typically of an entity...
Definition: articulatedPartCollection.h:29
DtEventID myEventId
Definition: detonationInteractionHLA.h:154
virtual void printDataToStream(std::ostream &stream) const
Print the interaction's data to the stream.
Definition: interactionHLA.h:356
virtual const char * name() const =0
Name of the interaction. (Not necessarily the ClassName from the FOM.)
Definition: vlVector.h:224
DtGlobalObjectDesignator myMunitionId
Definition: detonationInteractionHLA.h:158
Instances of DtFireInteraction are used to represent the firing of a weapon.
Definition: fireInteractionHLA.h:35
DtVector32 myVelocity
Definition: detonationInteractionHLA.h:156
Definition: vlVector.h:162
Represents Events in the RPR FOM.
Definition: eventId.h:52
DtGlobalObjectDesignator myAttackerId
Definition: detonationInteractionHLA.h:155
static void addCallback(DtExerciseConn *conn, const std::set< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
Register/Deregister callback function cb with conn, on all interaction class name (char*) contained i...
DtBoost::shared_ptr< DtDDMRegion > DtDDMRegionSP
Definition: region13.h:31
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.
void(* DtDetonationInteractionCb)(DtDetonationInteraction *inter, void *usr)
Detonation interaction callback function signature.
Definition: detonationInteractionHLA.h:30
DtDetonationResult myResult
Definition: detonationInteractionHLA.h:153
class DtInteractionWithEncDec:
Definition: interactionWithEncDec.h:44
DtDetonatorFuze
SECTION 1.
Definition: disEnums.h:28
Contains the DtEventId class declaration.
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtDetonatorFuze myFuseType
Definition: detonationInteractionHLA.h:157
DtWarheadType
Definition: disEnums.h:42
DtArticulatedPartCollection myPartList
Definition: detonationInteractionHLA.h:165
int myQuantity
Definition: detonationInteractionHLA.h:160
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26
virtual void printDataToString(DtString &buff) const
Print the interaction's data to the string provided.
Definition: interactionHLA.h:352