: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. .. **************************************************************************** WsfRollRateManeuver ------------------- .. class:: WsfRollRateManeuver inherits WsfManeuver Overview ======== This maneuver sets the target roll rate of the platform to which it is assigned. This maneuver is done executing as soon as the target is set. Methods ======= .. method:: WsfRollRateManeuver Construct(double aRollRateDegPerSec) Construct a maneuver that sets a target roll rate for the platform to which the maneuver is assigned. .. method:: double GetRollRate() Return this maneuver's target roll rate in degrees per second.