Skip to content

BurstDescriptor

huggins edited this page May 3, 2023 · 4 revisions

Burst Descriptor

Represents the firing of a round or a burst of ammunition in the DIS standard.

struct FBurstDescriptor

Back to Top


Members

Type Name Description
FEntityType EntityType The entity type of the munition.
int32 Fuse The fuse shall be specified by a 16-bit enumeration and specify the type of fuse the munition has.
int32 Quantity Quantity shall represent the number of rounds fired in the burst for the munition specified.
int32 Rate The Rate shall represent the rounds per minute for the munition specified.
float Warhead The warhead shall be specified by a 16-bit enumeration and specify the type of warhead the munition has.

Back to Top


Constructors

Name Description
FBurstDescriptor() Default constructor

Functions

Return Name Description
DIS::BurstDescriptor ToOpenDIS() Conversion to OpenDIS BurstDescriptor struct

Back to Top


Details

Entity Type

FEntityType EntityType

The entity type of the munition.

Category: GRILL DIS|Structs

Back to Top


Fuse

int32 Fuse

The fuse shall be specified by a 16-bit enumeration and specify the type of fuse the munition has.

Category: GRILL DIS|Structs

Back to Top


Quantity

int32 Quantity

Quantity shall represent the number of rounds fired in the burst for the munition specified.

Category: GRILL DIS|Structs

Back to Top


Rate

int32 Rate

The Rate shall represent the rounds per minute for the munition specified.

Category: GRILL DIS|Structs

Back to Top


Warhead

int32 Warhead

The warhead shall be specified by a 16-bit enumeration and specify the type of warhead the munition has.

Category: GRILL DIS|Structs

Back to Top


FBurstDescriptor

FBurstDescriptor()

Default constructor

Back to Top


ToOpenDIS

DIS::BurstDescriptor ToOpenDIS() const

Conversion to OpenDIS BurstDescriptor struct.

Returns
The OpenDIS BurstDescriptor struct representation of this FBurstDescriptor.

Back to Top


Clone this wiki locally