[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface : Subroutine Reference

GPQVL - Inquire Valuator Device State

GPQVL (wsid, device, type, length, errind, mode, echosw, ivalue, echo, area, lovalue, hivalue, datalen, data)

Note:

This subroutine is a Workstation State List (WSL) inquiry. For an overview, see "WSL Inquiries"

Purpose

Use GPQVL to inquire the current state of a valuator device attached to the specified workstation.

The graPHIGS API returns the values of the specified device. The format and content of these values returned by the graPHIGS API depends on the prompt/echo type defined in the subroutine that initializes the input device.

If the inquired information is available, then the graPHIGS API sets the error indicator to zero and returns the values in the output parameters. If the error indicator is 533 (an output parameter is not large enough for all the requested data), then the values up to the length specified are returned. If the inquired information is unavailable, then the error indicator (errind) contains an error number indicating the reason, and the values returned in the output parameters are unpredictable.

Parameters

wsid -- specified by user, fullword integer

Workstation identifier.

device -- specified by user, fullword integer

Valuator device number (>=1)

type -- specified by user, fullword integer

Type of returned values ( 1=SET )

length -- specified by user, fullword integer

Length of requested valuator data array.

errind -- returned by the graPHIGS API, fullword integer

Error indicator. If the error indicator is zero, the request has been completed. Otherwise, one of the following errors exists:
25
SPECIFIED WORKSTATION DOES NOT EXIST
38
WORKSTATION HAS ONLY OUTPUT CAPABILITIES
140
DEVICE NUMBER < ONE OR DEVICE NOT AVAILABLE
509
DATA LENGTH VALUE < ZERO OR REQUIRED LENGTH
533
INQUIRY DATA EXCEEDS AREA. OUTPUT TRUNCATED
534
TYPE VALUE IS INVALID

mode -- returned by the graPHIGS API, fullword integer

Current operating mode (1=REQUEST, 2=SAMPLE, 3=EVENT, 4=APPLICATION_DEFINED ) The graPHIGS API only returns a mode of 4=APPLICATION_DEFINED if the application set the device mode using the Set Input Device State ( GPIDMO) subroutine and the mode does not emulate Request, Sample, or Event mode.

echosw -- returned by the graPHIGS API, fullword integer

Current echo switch ( 1=NOECHO, 2=ECHO )

ivalue -- returned by the graPHIGS API, short floating-point number

Current initial value.

echo -- returned by the graPHIGS API, fullword integer

Current prompt/echo type.

area -- returned by the graPHIGS API, 6 short floating-point numbers (DC)

Current echo area (Xmin, Xmax, Ymin, Ymax, Zmin, Zmax)

lovalue -- returned by the graPHIGS API, short floating-point number

Current low end of range for valuator.

hivalue -- returned by the graPHIGS API, short floating-point number

Current high end of range for valuator.

datalen -- returned by the graPHIGS API, fullword integer

Current valuator data record length.

data -- returned by the graPHIGS API, variable length data

Current valuator data record.

Error Codes

None

Related Subroutines

GPIDMO
Set Input Device Mode
GPINVL
Initialize Valuator
GPQDVL
Inquire Default Valuator Device Data

RCP code

201338886 ( X'0C003006')


[ Previous | Next | Contents | Glossary | Home | Search ]