next up previous contents index
Next: User termination routine Up: User routines Previous: User Initialization   Contents   Index


Event analysis routine

\fbox {SUBROUTINE QUEVNT(QT,KT,QV,KV)}

QUEVNT is called once for each event.

The current event is read in, unpacked, and ready to be analyzed when QUEVNT is called.

Subroutine arguments
QT,KT,QV,KV are used for special applications; see 14.2. The subroutine arguments must be given even if they are not used.
IMPORTANT:
Do NOT perform a BOS garbage collection (CALL BGARB(IW)) in QUEVNT or in any routine called by QUEVNT: this would cause ALPHA to crash irrecoverably. If you must use private BOS banks, you have to book them using the BOS routines NBANK,MBANK or WBANK. DO NOT use the AUBOS routine from the ALEPHLIB, which performs an automatic BOS garbage collection when no more space is available.


Joel Closier
2000-02-07