-
Notifications
You must be signed in to change notification settings - Fork 20
HighDensityTrackJam
huggins edited this page Apr 10, 2025
·
1 revision
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
};| Name | Description |
|---|---|
| NotSelected | |
| Selected |