: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_CommandMessage ----------------------- .. class:: UCI_POST_CommandMessage inherits UCI_Message Overview ======== This message allows the user to command a :model:`WSF_IRST_SENSOR`. Methods ======= .. method:: string CommandUUID(int commandIndex) This method returns the UUID of the command at the given index. .. method:: static UCI_POST_CommandMessage Construct(UCI_POST_Command postCommand) This method constructs an instance of an UCI_POST_CommandMessage_. .. method:: UCI_LOS LOS(int commandIndex) Returns the line of sight (LOS) information of the indexed command. .. method:: void PushBack(UCI_POST_Command postCommand) This method adds the given :class:`UCI_POST_Command` to the list of commands in the message.