-- -- FACILITY: ITT Avionics -- 390 Washington Avenue -- Nutley, NJ 07110 -- -- ABSTRACT: This file contains the following: package UATL_STIM_RESPONSE_ -- MSG_ROUTING and procedure ROUTE_MESSAGE. -- -- -- MODIFICATION HISTORY: -- -- DATE REASON AUTHOR -- -- -- with UATL_DATA_TYPES; use UATL_DATA_TYPES; package UATL_STIM_RESPONSE_MSG_ROUTING is -- -- PURPOSE: Provides a service routine which routes messages to the -- proper UATL function task given the interface. -- procedure ROUTE_MESSAGE (INTF : in INTERFACE_DEVICE; MSG : in out BYTE_ARRAY_PTR); -- -- PURPOSE: General purpose procedure to route messages to the UATL -- function tasks. This is provided for use by the system -- configuration routine below. -- end UATL_STIM_RESPONSE_MSG_ROUTING;