:orphan: .. **************************************************************************** .. CUI//REL TO USA ONLY .. .. 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. .. **************************************************************************** WsfBrawlerMover --------------- .. class:: WsfBrawlerMover inherits WsfMover Methods ======= .. method:: void Slice(double aDesiredHeading, double aDesiredAltitude) void Slice(double aDesiredHeading, double aDesiredAltitude, double aDesiredMach) Command the mover to execute a slice maneuver to the desired heading, altitude, and mach value (if specified). .. method:: void Prlvl(double aDesiredHeading, double aDesiredMach) void Prlvl(double aDesiredHeading, double aDesiredMach, double aDesiredGees) Command the mover to execute a level turn to the desired heading, mach value, and G's (if specified). .. method:: void SetMaxThrottle(double aThrottle) Set the maximum throttle for the mover to the desired value, in the range [1,3].