Skip to content

TrackJamTarget

huggins edited this page Apr 10, 2025 · 2 revisions

Track Jam Target

Container for Emission System Track Jam Target information.

struct FTrackJamTarget

Back to Top


Members

Type Name Description
uint8 BeamID The Beam Identifier shall be Beam ID number of the emitter beam for which the jamming emission is intended.
uint8 EmitterID The Emitter Identifier shall be the Emitter ID number of the emitter for which the jamming emission is intended.
FEntityID TrackJam This field shall identify the targets in an emitter track or emitters a system is attempting to jam.

Back to Top


Constructors

Name Description
FTrackJamTarget() Default constructor
FTrackJamTarget(DIS::TrackJamTarget TrackJamTarget) Constructor that takes an OpenDIS Track Jam Target struct.

Back to Top

Functions

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

Details

BeamID

uint8 BeamID

The Beam Identifier shall be Beam ID number of the emitter beam for which the jamming emission is intended.

Category: GRILL DIS|Structs

Back to Top


EmitterID

uint8 EmitterID

The Emitter Identifier shall be the Emitter ID number of the emitter for which the jamming emission is intended.

Category: GRILL DIS|Structs

Back to Top


TrackJam

FEntityID TrackJam

This field shall identify the targets in an emitter track or emitters a system is attempting to jam.

Category: GRILL DIS|Structs

Back to Top


FTrackJamTarget

FTrackJamTarget()

Default constructor.

Back to Top


FTrackJamTarget

FTrackJamTarget(DIS::TrackJamTarget TrackJamTarget)

Constructor that takes in the OpenDIS TrackJamTarget struct

Parameter Description
TrackJamTarget The OpenDIS TrackJamTarget struct to convert to an FTrackJamTarget struct.

Back to Top


ToOpenDIS

DIS::EmitterSystem ToOpenDIS()

Conversion to an OpenDIS TrackJamTarget struct.

Returns
The OpenDIS TrackJamTarget struct of this FTrackJamTarget.

Back to Top


Clone this wiki locally