Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setdblights(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



setdblights(3G)                                                setdblights(3G)



NAME
     setdblights - sets the lights on the dial and button box

C SPECIFICATION
     void setdblights(mask)
     unsigned long mask;

PARAMETERS
     mask   expects 32 packed bits indicating which lights you want turned on.

DESCRIPTION
     setdblights turns on a combination of the lights on the dial and switch
     box.  A dial and switch box is an I/O device which has thirty-two lighted
     switches on it.  Each bit in the mask corresponds to a light.  For
     example, to turn on lights 4, 7, and 22 (and leave all the others off),
     set the mask to (1<<4) | (1<<7) | (1<<22) = 0x400090.

SEE ALSO
     dbtext

NOTE
     This routine is available only in immediate mode.

































                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026