: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. .. **************************************************************************** WsfTrackDropMessage ------------------- .. class:: WsfTrackDropMessage inherits WsfMessage :cloneable: :constructible: A :class:`WsfTrackDropMessage` is sent by a sensor to its linked processors when it drops a track. Methods ======= .. method:: double Time() Return the simulation time in seconds that the track was dropped. .. method:: WsfTrackId TrackId() Return the track Id of the dropped track. .. method:: int TargetIndex() Return the truth target index of the dropped track.