:orphan: .. **************************************************************************** .. CUI .. .. 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. .. **************************************************************************** WsfUplinkTask ------------- .. class:: WsfUplinkTask inherits WsfTask :class:`WsfUplinkTask` is a :class:`WsfTask` for uplinking a track to another platform. Static Methods ============== .. method:: WsfUplinkTask Create(string aTaskType) Returns a new :class:`WsfUplinkTask` with the given task type. .. method:: WsfUplinkTask Create(string aTaskType, string aAssignee) Returns a new :class:`WsfUplinkTask` with the given task type and assignee platform name. Methods ======= .. method:: string UplinkDestination() Returns the platform name of the platform to receive the uplinked tracks. .. method:: void UplinkDestination(string aUplinkDestination) Sets the platform name of the platform to receive the uplinked tracks. .. method:: string UplinkComm() Returns the value for uplink comm, which if set overrides the :command:`WSF_TASK_PROCESSOR.uplink_comm` parameter in :model:`WSF_TASK_PROCESSOR`. .. method:: void UplinkComm(string aUplinkComm) Sets the value for uplink comm, which if set overrides the :command:`WSF_TASK_PROCESSOR.uplink_comm` parameter in :model:`WSF_TASK_PROCESSOR`. .. method:: string UplinkSource() Returns the value for uplink source, which if set overrides the :command:`WSF_TASK_PROCESSOR.uplink_source` parameter in :model:`WSF_TASK_PROCESSOR`. .. method:: void UplinkSource(string aUplinkSource) Sets the value for uplink source, which if set overrides the :command:`WSF_TASK_PROCESSOR.uplink_source` parameter in :model:`WSF_TASK_PROCESSOR`.