Versions Compared

Key

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

Introduction

Contents

...

Table of Contents
maxLevel3
indent16px
excludeIntroduction|Contents

...

Example Track Command

Code Block
languagexml
<!-- MsgId is the unique id of the message being sent -->
<!-- Unique Id must match the Id of the target track -->
<?xml version="1.0" encoding="utf-8"?>
<TrackCommand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="ICDNAV001-TrackCommand" MsgId="1"
    MsgTimeStamp="2013-03-01T23:32:11.6298253+00:00" UniqueId="03b48a2d-1709-4617-af18-12b5bce40c68"> 
  <Payload xsi:type="TrackCommandPayloadUpdate" Severity="3" Tag="" UpdateMode="1" Flags="0" />
  <!-- The sender element is optional -->
  <Sender SenderId="XFSControlSuite:1" NetworkAddress="10.0.5.1" NetworkPort="5079" />
</TrackCommand>

...

Attributes

Description

Type

Notes 

UpdateMode

Flag field which indicates properties to updates: 

1 - Severity

2 - Tag

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

1 - Friend

2 - Warning

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. 

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”          

...

Related

...

Information

Filter by label (Content by label)
showLabelsfalse
cqllabel = "icd-001-command" and space = currentSpace ( )

...