Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE LOCATOR DEVICE STATE

PQLCS


CALL SEQUENCE

CALL PQLCS	(WKID, LCDNR, TYPE, MLDR, ERRIND, MODE, ESW, IVIEWI, IPW, IPY, PET, EAREA, LDR, DATREC)

INPUT PARAMETERS

INTEGER WKID
Workstation identifier.
INTEGER LCDNR
LOCATOR input device number.
INTEGER TYPE
Type of value returned
INTEGER MLDR
Data record list dimension.

OUTPUT PARAMETERS

INTEGER ERRIND
Error indicator
INTEGER MODE
Operating mode
INTEGER ESW
Echo presence indicator
INTEGER IVIEWI
Initial view index.
REAL IPX, IPY
Initial locator position in WC (World Coordinates).
INTEGER PET
Type of echo/notification
REAL EAREA(4)
Echo zone in DC (Device Coordinates):
INTEGER LDR
Number of elements used in the record.
CHARACTER*80 DATREC(MLDR)
Record.

PHIGS STATE

(PHOP, WSOP, *, *).

EFFECT

Returns the parameters associated with the 2D LOCATOR input device number LCDNR. If the data is available, error indicator is returned as 0.

The data is read from the workstation state list.

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
54
Ignoring function, the specified workstation is not open
61
Ignoring function, specified workstation is neither of category INPUT nor of category OUTIN
250
Ignoring function, the specified device is not available on the specified workstation

SEE ALSO

initialize locator, set locator mode, inquire default locator device data.


Previous Next Up Title Contents Index Functions Index Top Library