: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_ControlRequestMessage ------------------------- .. class:: UCI_ControlRequestMessage inherits UCI_Message Overview ======== This message allows the user to request control over a system (sensor, weapon, etc). Static Methods ============== .. method:: static UCI_ControlRequestMessage Construct(UCI_Control controlType, UCI_ControlRequest controlRequestType, UCI_SystemId controleeSystemId, UCI_CapabilityId controleeCapabilityId) The construct method creates an instance of an UCI_ControlRequestMessage, requesting to either acquire or release :class:`control` of the controlee capability of the given system. Methods ======= .. method:: string UUID() Returns the string value of the ControlRequestID Universally Unique Identifier (UUID).