29 #define DtMaxNumDetArtParts 25
46 enum { PduStaticSize=104 };
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();
DtInteraction is an base class for representing DIS PDUs which don't have state.
Definition: interactionDIS.h:24
A DtAttachedPartCollection is a collection of attached parts of an entity.
Definition: attachedPartCollection.h:24
DtEventID event
Definition: detonationPdu.h:149
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
DtVector world
Definition: detonationPdu.h:151
DtBurstDescriptor theBurst
Definition: detonationPdu.h:152
DtDetonationPdu is used to represent the impact or detonation of a munition.
Definition: detonationPdu.h:42
DtPduKind internalGetPduKind() const
Returns the PDU kind associated with the derived PDU class.
Definition: detonationPdu.h:144
This file provides a declaration of the class DtArticulatedPartCollection.
DtDetonationResult
Definition: disEnums.h:207
class DtPduFactory:
Definition: pduFactory.h:38
virtual const std::vector< DtVPRecord * > * variableParameterList() const
Get the VP Records list.
Definition: detonationPdu.h:163
virtual void printDataToStream(std::ostream &stream) const
This file defines math constants and methods which may be useful in simulations.
This file is used as a convenience to group interaction concepts together.
unsigned myAttPartCount
Definition: detonationPdu.h:155
A DtArticulatedPartCollection is a collection of articulated parts typically of an entity...
Definition: articulatedPartCollection.h:29
Definition: detonationP.h:20
Definition: vlVector.h:224
DtObjectId tar
Definition: detonationPdu.h:147
This file provides protocol independence for Fire Interactions.
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
virtual void printDataToString(DtString &str) const
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
DtVector32 vel
Definition: detonationPdu.h:150
Instances of DtFireInteraction are used to represent the firing of a weapon.
Definition: firePdu.h:34
virtual void printData() const
Print the PDU's data (not including header).
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.
std::vector< DtVPRecord * > myVPRecordCollection
Definition: detonationPdu.h:159
struct DtBufferPlaceHolder * DtBufferPtr
Definition: vlBaseMsg.h:17
#define DtUSE_INTERNAL_BUFFER
Definition: vlBaseMsg.h:22
void(* DtDetonationInteractionCb)(DtDetonationInteraction *inter, void *usr)
Definition: detonationPdu.h:37
DtAttachedPartCollection myAttPartCollection
Definition: detonationPdu.h:157
DtDetonationPdu DtDetonationInteraction
DtDetonationInteraction is used to represent an impact or detonation of a munition.
Definition: detonationPdu.h:32
DtDetonatorFuze
SECTION 1.
Definition: disEnums.h:28
unsigned myArtPartCount
Definition: detonationPdu.h:154
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
DtObjectId att
Definition: detonationPdu.h:146
DtArticulatedPartCollection myArtPartCollection
Definition: detonationPdu.h:156
DtObjectId mun
Definition: detonationPdu.h:148
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26
DtEntityType myMunType
Definition: detonationPdu.h:153
This file provides a declaration of the class DtAttachedPartCollection.
This file declares the class DtNetDetonationPdu.