<> <> <> DIRECTORY IFUPLAFetchRdDecode, PLAOps; IFUPLAFetchWtDecode: CEDAR DEFINITIONS = BEGIN FetchWtDecodePLA: PLAOps.PLA; FetchWtDecodeProc: PROC[argRec: FetchWtDecodeIn] RETURNS[resRec: FetchWtDecodeOut]; -- default must be zero for use initializing sigificance arg FetchWtDecodeIn: TYPE = IFUPLAFetchRdDecode.FetchDecodeIn; FetchWtDecodeOut: TYPE = RECORD [wtEnable: [0..16) _ 0]; END.