: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. .. **************************************************************************** WSF_DUMP_MESSAGE_PROCESSOR -------------------------- .. model:: processor WSF_DUMP_MESSAGE_PROCESSOR .. parsed-literal:: processor WSF_DUMP_MESSAGE_PROCESSOR :ref:`Platform_Part_Commands` ... :ref:`external_link_commands` ... verbose_ end_processor Overview ======== This processor has been deprecated as of version 1.7.4. :model:`WSF_DUMP_MESSAGE_PROCESSOR` is a very simple processor is useful for debugging. It simply receives messages, prints out information about the message and then forwards the data out via its internal and external links. The format of the output:: s.fffff platform-name.processor-name Number: message-number Type: message-type Size: size-in-bits Any additional output as a result of specifying verbose_ .. block:: WSF_DUMP_MESSAGE_PROCESSOR Commands ======== .. command:: verbose Also produce detailed output about certain known messages. At the current time this is limited to :class:`WsfTrackMessage` and :class:`WsfTrackDropMessage`. Default: Detailed information will not be included.