; ; KEDODL.ODL ; ; Overlay description for KED ; ; There are four co-trees. One for the command modules, one ; for the scroller and screen management modules and the error ; messages, one for FCS modules, and one for the KED I/O modules. ; .ROOT RT-*(CO2,CO3,CO4,CO5),C2,C3,C4 ; ; The error and help messages are placed in the root so that the error ; symbols are on all paths. The data is pulled into an overlay ; which is loaded on demand when a message is printed. ; ; Data psect for screen manager ; .PSECT VWTDAT,D,GBL ; .NAME ROOT RT: .FCTR ROOT-VWTDAT-KEDLIB/LB:KEDCM1:KEDERR:KEDDAT:KEDIOX:KEDTTX ; ; ; Command modules ; .NAME CM2 CO2: .FCTR CM2-KEDLIB/LB:KEDCM2 .NAME CM3 CO3: .FCTR CM3-KEDLIB/LB:KEDCM3 .NAME CM4 CO4: .FCTR CM4-KEDLIB/LB:KEDCM4 .NAME CM5 CO5: .FCTR CM5-KEDLIB/LB:KEDCM5 ; ; ; Scroller, screen management and error and help messages ; .NAME COT2 C2: .FCTR COT2-*(SO1,SO2,SO3) ; ; Psects for error and help text ; .PSECT $HLP$,D,GBL .PSECT $ERR$,D,GBL ; .NAME SCLVWT SO1: .FCTR SCLVWT-KEDLIB/LB:KEDSCL:KEDVWT .NAME ERRS SO2: .FCTR ERRS-KEDLIB/LB:KEDERL-$HLP$-$ERR$ .NAME HLPFRM SO3: .FCTR HLPFRM-KEDLIB/LB:KEDHL1:KEDHL2 ; ; ; FCS modules ; .NAME COT3 C3: .FCTR COT3-*(FO1) .NAME CSI FO1: .FCTR CSI-LB:[1,1]SYSLIB/LB:.CSI1:.CSI2 ; .NAME PARSE ;FO2: .FCTR PARSE-LB:[1,1]SYSLIB/LB:PARSE ; .NAME OPEN ;FO3: .FCTR OPEN-LB:[1,1]SYSLIB/LB:OPFNB:FINIT ; .NAME READ ;FO4: .FCTR READ-LB:[1,1]SYSLIB/LB:READ:WRITE:WAITU:GETSQ:PUTSQ:PNTMRK ; .NAME CLOSE ;FO5: .FCTR CLOSE-LB:[1,1]SYSLIB/LB:CLOSE:DLFNB:TRNCLS ; ; ; KED I/O modules ; .NAME COT4 C4: .FCTR COT4-*(IO1,IO2) .NAME KIO IO1: .FCTR KIO-KEDLIB/LB:KEDRDW:KEDCLS:KEDAUX .NAME KCSI IO2: .FCTR KCSI-KEDLIB/LB:KEDCSI-LB:[1,1]SYSLIB/LB:.GCML .END