-
Notifications
You must be signed in to change notification settings - Fork 20
TrackJamTarget
huggins edited this page Apr 10, 2025
·
2 revisions
Container for Emission System Track Jam Target information.
struct FTrackJamTarget| 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. |
| Name | Description |
|---|---|
| FTrackJamTarget() | Default constructor |
| FTrackJamTarget(DIS::TrackJamTarget TrackJamTarget) | Constructor that takes an OpenDIS Track Jam Target struct. |
| Return | Name | Description |
|---|---|---|
| DIS::TrackJamTarget | ToOpenDIS() | Conversion to an OpenDIS TrackJamTarget struct |
uint8 BeamIDThe Beam Identifier shall be Beam ID number of the emitter beam for which the jamming emission is intended.
Category: GRILL DIS|Structs
uint8 EmitterIDThe Emitter Identifier shall be the Emitter ID number of the emitter for which the jamming emission is intended.
Category: GRILL DIS|Structs
FEntityID TrackJamThis field shall identify the targets in an emitter track or emitters a system is attempting to jam.
Category: GRILL DIS|Structs
FTrackJamTarget()Default constructor.
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. |
DIS::EmitterSystem ToOpenDIS()Conversion to an OpenDIS TrackJamTarget struct.
| Returns |
|---|
| The OpenDIS TrackJamTarget struct of this FTrackJamTarget. |