: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. .. **************************************************************************** WsfAssetMessage --------------- .. class:: WsfAssetMessage inherits WsfMessage :cloneable: :constructible: A WsfAssetMessage is used to convey asset information between friendly platforms in the system. They are produced and consumed by the :model:`WSF_PERCEPTION_PROCESSOR` :class:`WsfPerceptionProcessor` on each platform. Methods ======= .. method:: WsfAssetPerception Asset() Return the asset contained in the message. .. method:: void SetAsset(WsfAssetPerception anAsset) Set the asset to the given asset.