29 #define DtMaxNumDetArtParts 25
32 class DtDetonationPdu;
46 enum { PduStaticSize=104 };
69 virtual ~DtDetonationPdu();
95 const DtVector& worldLocation()
const;
96 void setWorldLocation(
const DtVector& location);
99 void setEntityLocation(
const DtVector32& location);
110 int quantity()
const;
111 void setQuantity(
int quant);
114 void setRate(
int rate);
132 virtual const std::vector<DtVPRecord*>* variableParameterList()
const;
136 virtual std::vector<DtVPRecord*>* variableParameterList();
154 unsigned myArtPartCount;
155 unsigned myAttPartCount;
159 std::vector<DtVPRecord*> myVPRecordCollection;
163 inline const std::vector<DtVPRecord*>* DtDetonationPdu::variableParameterList()
const
165 return &myVPRecordCollection;
168 inline std::vector<DtVPRecord*>* DtDetonationPdu::variableParameterList()
170 return &myVPRecordCollection;
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
A DtAttachedPartCollection is a collection of attached parts of an entity.
Definition: attachedPartCollection.h:24
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file provides a declaration of the class DtArticulatedPartCollection.
DtDetonationResult
Definition: disEnums.h:207
static void removeCallback(DtExerciseConn *conn, const std::set< 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:348
This file is used as a convenience to group interaction concepts together.
A DtArticulatedPartCollection is a collection of articulated parts typically of an entity...
Definition: articulatedPartCollection.h:29
Definition: detonationP.h:20
virtual void printDataToStream(std::ostream &stream) const
Print the interaction's data to the stream.
Definition: interactionHLA.h:356
Definition: vlVector.h:224
This file provides protocol independence for Fire Interactions.
Instances of DtFireInteraction are used to represent the firing of a weapon.
Definition: fireInteractionHLA.h:35
DtPdu is the base class for all PDU's in VR-Link.
Definition: pdu.h:69
Definition: disEnums.h:243
This file declares the struct DtArtPartSpec.
Definition: vlVector.h:162
Represents Events in the RPR FOM.
Definition: eventId.h:52
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
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...
Burst descriptors represent Fire and detonate descriptors in DIS and HLA.
Definition: burstDescriptor.h:24
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
struct DtBufferPlaceHolder * DtBufferPtr
Definition: vlBaseMsg.h:17
#define DtUSE_INTERNAL_BUFFER
Definition: vlBaseMsg.h:22
DtObjectId instances are used to represent RTI::ObjectInstances in VR-Link.
Definition: objectId.h:38
void(* DtDetonationInteractionCb)(DtDetonationInteraction *inter, void *usr)
Detonation interaction callback function signature.
Definition: detonationInteractionHLA.h:30
DtDetonatorFuze
SECTION 1.
Definition: disEnums.h:28
Contains the DtEventId class declaration.
DtPduKind
([UID 4]) - PDU Type
Definition: disEnums.h:238
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtWarheadType
Definition: disEnums.h:42
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26
This file provides a declaration of the class DtAttachedPartCollection.
This file declares the class DtNetDetonationPdu.
virtual void printDataToString(DtString &buff) const
Print the interaction's data to the string provided.
Definition: interactionHLA.h:352