HMPMOND ;ASMR/BL, monitor display ;Sep 24, 2016 03:07:36
Source file <HMPMOND.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
U | ; monitor screen update - default activity in monitor
; called by: ; OPTION^HMPMON ; passed in symbol table: ; HMPMNTR("exit") - monitor exit flag ; HMPMNTR("server") = # of server record in file HMP Subscription (800000) ; HMPMNTR("zero node") = HMP SUBSCRIPTION entry's zero node ; HMPROMPT = current prompt; ^ to exit option, else leave alone |
|
QUEUE(STREAM,MAX) | ; show last max items in freshness queue
; called by: ; U ; calls: ; QLIST: get size and last max items ; QHEAD: show freshness-queue header ; $$QROW = each row of the report ; input: ; STREAM = last freshness stream ; MAX = maximum # items to show ; input from the database ; output: ; HMPEXIT = whether to exit option report to current device |
|
QLIST(ITMLST,STREAM,MAX) | ; items from freshness queue, return last MAX items
; ITMLST passed by reference, returns: ; ITMLST = total # items in freshness queue ; ITMLST(item #) = record for each of the last max items |
|
QWAIT(RECORD) | ; function, return waiting value for RECORD
; RECORD = record of item in the queue ; examples: ; $$QWAIT("3^visit^H4721^^52660^54378") = "done" ; if $H = "64272,54378" then: ; $$QWAIT("3^visit^H4721^^52660^") = "1,718 s" ; $$QWAIT("3^visit^H4721^^") = "" ; $$QWAIT("") = "" |
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|