IFUData3.Mesa
created by RoseTranslate 3.1.3 of September 5, 1985 12:14:34 pm PDT
created from IFUData3.Rose of March 11, 1986 11:41:03 am PST
created for McCreight.pa
created at March 11, 1986 11:53:01 am PST
DIRECTORY
RoseTypes, RoseCreate, IFUPLAMainControl, DragOpsCross, IFUPLAInstrDecode, DragonRosemary, DragonRoseExtras, ClusterParams, LizardRosemary, Rope, IO, SwitchTypes, PrintTV, AMBridge, Dragon;
IFUData3: CEDAR DEFINITIONS
= BEGIN
IFUStatus: RoseTypes.CellType;
KBusPads: RoseTypes.CellType;
Misc: RoseTypes.CellType;
IFULogger: PROC [args: IFULoggerArgs] RETURNS [ct: RoseTypes.CellType];
IFULoggerArgs: TYPE = RECORD [
logRef: REF IO.STREAM,
lizardSimRef: REF LizardRosemary.Simulation];
END.