Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attributes

Description

Type

Notes 

UpdateMode

Flag field which indicates properties to updates: 

1 - Severity

:               1

2 - Tag

:                      2

Flags:                   4

4 - Flag

Integer

This is a flag field so you can update a single property or a combination of 2 or more. For example a value of 3 will update Severity and the Tag.

*Severity


 

Severity of the track threat level: 

0 - Unknown

:              0

1 - Friend

:                   1

Warning                

2 - Warning

Threat                   

3 - Threat

Integer


*Tag

A user-definable name / identifier for the track

String


*Flags

A flag field which can be used to change the behaviour of a track. KeepFollowing:           2

2 - KeepFollowing

Integer


 

Currently the only useful flag for external use is the option KeepFollowing.

...

Info

You only need to set the attributes required to be used, as indicated by the UpdateMode flags. For example to set a track to a friend with a tag of “Patrol Vehicle” you would set the following attributes: 

  • UpdateMode:  3                                   [Set Severity & Tag]

  • Severity:          1                                    [Friend]

  • Tag:                 “Patrol Vehicle”          

...