: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_AMTI_CommandMessage ----------------------- .. class:: UCI_AMTI_CommandMessage inherits UCI_Message Overview ======== This message allows the user to command a radar via UCI messaging. Static Methods ============== .. method:: static UCI_AMTI_CommandMessage Construct(UCI_AMTI_Command AMTICommand) This method constructs an instance of an UCI_AMTI_CommandMessage. Methods ======= .. method:: string CommandUUID(int commandIndex) This method returns the UUID of the command at the given index. .. method:: void PushBack(UCI_AMTI_Command AMTICommand) This method adds the given UCI_AMTI_Command to the list of commands in the message.