: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. .. **************************************************************************** WsfTrackMessage --------------- .. class:: WsfTrackMessage inherits WsfMessage :cloneable: :constructible: A :class:`WsfTrackMessage` is used to convey tracks between objects in the system. They are most often produced by sensors and track processors. Methods ======= .. method:: WsfTrack Track() Return the track contained in the message. .. method:: void SetTrack(WsfTrack aTrack) Set the track to the given track.