Skip to content

HighDensityTrackJam

huggins edited this page Apr 10, 2025 · 1 revision

High Density Track Jam

This field shall be used to indicate whether or not the receiving simulation applications can assume that all targets, in the scan pattern which the sending emitter can track (for a phased array system) or jam (for a jamming system), are being tracked or jammed respectively. This field shall be represented by an 8-bit enumberation

enum class EHighDensityTrackJam : uint8
{
    NotSelected,
    Selected
};

Values

Name Description
NotSelected
Selected

Clone this wiki locally