: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. .. **************************************************************************** WsfTurnToHeadingManeuver ------------------------ .. class:: WsfTurnToHeadingManeuver inherits WsfManeuver Overview ======== This maneuver cases the platform to which it is assigned to turn to the given heading. This maneuver will set its own exit constraint (:class:`WsfManeuverConstraint`) to match the heading specified in the command. This can be overridden manually by setting a different exit constraint. Methods ======= .. method:: WsfTurnToHeadingManeuver Construct(double aHeadingDeg) Construct a maneuver that will turn to the given heading in degrees. .. method:: double GetHeading() Return this maneuver's heading in degrees.