:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfTrackNotifyMessage --------------------- .. class:: WsfTrackNotifyMessage inherits WsfMessage WsfTrackNotifyMessage is communicated from a :class:`WsfTrackProcessor` to :command:`_.platform_part.internal_link` on the same platform, informing them of tracking events of interest (see :method:`WsfTrackNotifyMessage.ChangedReason`, below). The message contains enough information to retrieve the track and take action based on the new information in it. Methods ======= .. method:: int ChangedReason() Return the reason for the track status change. The integer corresponds to the track status indication as defined below: * 0 = No change or invalid code * 1 = Local track created * 2 = Local track updated * 3 = Local track dropped * 4 = Candidate local track promoted to full track * 5 = Raw track dropped * 6 = Unprocessed raw track received * 7 = Current target has changed .. method:: WsfTrackId TrackId() Return the track Id associated with the message. .. method:: string TrackProcessorName() Return the name of the :class:`track processor ` that sent the message.