: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. .. **************************************************************************** mover ----- .. Navigation: Predefined Mover Types Script Class: :class:`WsfMover` .. command:: mover ... end_mover :block: .. parsed-literal:: mover `Mover Types`_ ... ... :ref:`Platform_Part_Commands` ... update_interval_ update_time_tolerance_ end_mover A mover is a :ref:`Platform_Subsystem` which defines the domain in which a platform can move and how it moves within the domain. In other words, each mover type definition defines how a platform behaves in movement during simulation runtime. Several types of predefined movers exist in WSF that can be placed on a platform. A platform may only have one type of mover defined. A base mover definition may be defined external to a platform in order to be used by several platform_types. Mover Types =========== See :ref:`Predefined_Mover_Types` for more information on each class of mover_. Commands ======== .. command:: update_interval If non-zero, specifies a periodic time interval at which the simulation will call the mover. If zero then the mover will be called only when it is necessary to determine the position of the containing platform. Default: 0 seconds unless overridden by the specific mover implementation. .. command:: update_time_tolerance When a position update is requested by the simulation, if the time since the previous update is less than or equal to this value then the mover will ignore the update. Default: Most mover implementations define this as the time it takes to travel 1 meter at some nominal velocity that is appropriate for the implementation. .. note:: A mover implementation may choose to ignore this command. .. include:: _mover.wsf_mil.txt