: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_StrikeCommandMessage ------------------------ .. class:: UCI_StrikeCommandMessage inherits UCI_Message .. include:: ./uci_default_values.txt Overview ======== This message allows the user to command a weapon via UCI messaging. Static Methods ============== .. method:: static UCI_StrikeCommandMessage Construct(UCI_StrikeCommand aStrikeCommand) Returns a UCI_StrikeCommandMessage with the given UCI_StrikeCommand. Methods ======= .. method:: void PushBack(UCI_StrikeCommand aStrikeCommand) Adds a command to the the _UCI_StrikeCommandMessage. .. method:: UCI_CommandId CommandUUID(int aIndex) Returns the command ID at the given index. If the index is less than 0 or greater than the number of capability commands in the message, it returns null.