: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. .. **************************************************************************** UCI_POST_SettingsCommandMessage ------------------------------- .. class:: UCI_POST_SettingsCommandMessage inherits UCI_Message Overview ======== This message allows the user to enable/disable a capability (mode) on a :model:`WSF_IRST_SENSOR`. Static Methods ============== .. method:: static UCI_POST_SettingsCommandMessage Construct(UCI_CapabilityId aCapabilityId, UCI_CapabilityState aState) This method constructs an instance of an UCI_POST_SettingsCommandMessage that will command the capability with the UUID of aCapabilityId to the state, aState. If aState is :method:`ENABLE`, the capability state will be set to UCI_AVAILABLE. :method:`DISABLE` will set the capability state to UCI_UNAVAILABLE.