: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_StrikeCommandStatusMessage ------------------------------ .. class:: UCI_StrikeCommandStatusMessage inherits UCI_Message Overview ======== This message holds the status for strike commands. .. include:: ./uci_default_values.txt Methods ======= .. method:: void CommandUUID() Returns the UUID of the command. .. method:: bool IsAccepted() Returns true if the command state equals UCI_ACCEPTED, returns false otherwise. .. method:: bool IsReceived() Returns true if the command state equals UCI_RECEIVED, returns false otherwise. .. method:: bool IsRejected() Returns true if the command state equals UCI_REJECTED, returns false otherwise. .. method:: bool IsRemoved() Returns true if the command state equals UCI_REMOVED, returns false otherwise.