WsfAssetMessage

WsfAssetMessage inherits WsfMessage

Construction: WsfAssetMessage newObj = WsfAssetMessage();
Clone: WsfAssetMessage newObj = WsfAssetMessage(other);

A WsfAssetMessage is used to convey asset information between friendly platforms in the system. They are produced and consumed by the WSF_PERCEPTION_PROCESSOR WsfPerceptionProcessor on each platform.

Methods

WsfAssetPerception Asset()

Return the asset contained in the message.

void SetAsset(WsfAssetPerception anAsset)

Set the asset to the given asset.