Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pqchs3(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PQCHS3(3g)  —  Subroutines

Name

PQCHS3 − Returns information about the choice device state. 

Operating States: PHOP, WSOP, ∗, ∗
PHIGS standard function

Syntax

PQCHS3 (WKID, CHDNR, MLDR, ERRIND, MODE, ESW, ISTAT, ICHNR, PET, EVOL,
LDR, DATREC)

Argument          Data Type      Access    Description
---------------------------------------------------------------------------
WKID              Integer        Read      Workstation identifier
CHDNR             Integer        Read      Choice device number
MLDR              Integer        Read      Size of the data record array,
                                           in bytes
ERRIND            Integer        Write     Error indicator
MODE              Integer        Write     Operating mode
ESW               Integer        Write     Echo switch
ISTAT             Integer        Write     Initial status
ICHNR             Integer        Write     Initial choice number
PET               Integer        Write     Prompt and echo type
EVOL(6)           Array of       Write     Echo area, in device coordinates
                  reals                    (XMIN, XMAX, YMIN, YMAX, ZMIN,
                                           ZMAX)
LDR               Integer        Write     Number of array elements used in
                                           a data record
DATREC(MLDR)      Character ∗80  Write     Data record
---------------------------------------------------------------------------

Constants

Defined Argument     Constant     Description
---------------------------------------------------------------------------
MODE                 PREQU        Request mode.
                     PSAMPL       Sample mode.
                     PEVENT       Event mode.
 
ESW                  PNECHO       Echo disabled.
                     PECHO        Echo enabled.
 
ISTAT                POK          An initial choice exists.
                     PNCHOI       An initial choice does not exist.
---------------------------------------------------------------------------

Description

PQCHS3 queries the workstation state list and returns an error indicator and values for the following:

•Operating mode

•Echo switch

•Initial choice status

•Initial choice number

•Prompt and echo type

•Echo volume in device coordinates

•Choice data record

See Chapter 9 for information on building data records for initializing input devices. 

See Also

PINCH3
PQCHS
PSCHM

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