PodToTesterConfigPin.mesa
Copyright (C) 1986 by Xerox Corporation. All rights reserved.
Last Edited by: Gasbarro April 25, 1986 2:08:40 pm PST
DIRECTORY
ICTest, IMSTester;
PodToTesterConfigPin: CEDAR DEFINITIONS
~ BEGIN
Map: PROC [s: ICTest.LoadBoardSide, p: ICTest.PodPair, c: IMSTester.PodChannel] RETURNS [ICTest.TesterHeader];
ReverseMap: PROC [t: ICTest.TesterHeader] RETURNS [s: ICTest.LoadBoardSide, p: ICTest.PodPair, c: IMSTester.PodChannel];
END.