public class TargetPriority extends Object implements IVmtiMetadataValue, IVTrackItemMetadataValue
From ST0903:
Provides systems downstream a means to intelligently cull targets for a given frame.For example, VMTI processors may generate thousands of hits.
| Constructor and Description |
|---|
TargetPriority(byte[] bytes)
Create from encoded bytes.
|
TargetPriority(short priority)
Create from value.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Get the encoded bytes.
|
String |
getDisplayableValue()
Return a string of the displayable value.
|
String |
getDisplayName()
Get the human-readable name for the value.
|
short |
getTargetPriority()
Get the target priority.
|
public TargetPriority(short priority)
priority - the target priority (1 highest, 255 lowest)public TargetPriority(byte[] bytes)
bytes - Encoded byte arraypublic byte[] getBytes()
IVmtiMetadataValuegetBytes in interface IVmtiMetadataValuegetBytes in interface IVTrackItemMetadataValuepublic String getDisplayableValue()
IKlvValuegetDisplayableValue in interface IKlvValuepublic String getDisplayName()
IKlvValuegetDisplayName in interface IKlvValuepublic short getTargetPriority()
Copyright © 2022 West Ridge Systems. All rights reserved.