: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_ESM_Command --------------- .. class:: UCI_ESM_Command Overview ======== This type is used in :class:`UCI_ESM_CommandMessage` to define commands for ESM sensors. Static Methods ============== .. method:: static UCI_ESM_Command Construct(UCI_ESM_ActivityCommand esmActivityCommand) Creates an instance of an UCI_ESM_Command_ that, if approved, will result in the given ESM Activity being modified and reported via :class:`UCI_ESM_ActivityMessage`. .. warning:: This method will have very limited use since the ability to alter activities has yet to be implemented. .. method:: static UCI_ESM_Command Construct(UCI_ESM_CapabilityCommand esmCapabilityCommand) Creates an instance of an UCI_ESM_Command_ that, if approved, will result in one or more ESM Activies being created and reported via :class:`UCI_ESM_ActivityMessage`.