Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setdblights(3g) — GL2 W2.5r1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

setdblights()  —  Silicon Graphics

NAME

setdblights − sets the lights on the dial and button box

SPECIFICATION

C
setdblights(mask)
long mask;

FORTRAN
subroutine setdbl(mask)
integer*4 mask

Pascal
procedure setdblights(mask: longint);

DESCRIPTION

setdblights turns on a combination of the lights on the dial and button box.  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 IRIS Graphics Programming, Section 7.4, Controlling Peripheral Input/Output Devices

NOTE

This routine is available only in immediate mode. 

Version 2.5r1  —  October 29, 1986

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