[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
SAMPLE VALUATOR (PHOP,WSOP,*,*)
Purpose
Use
Sample Valuator
to retrieve the current measure of the specified
valuator device.
The returned value is in the range specified for this
device through
the Initialize Valuator subroutine.
Language Bindings
C
psample_val
(ws_id, val_num,
value) |
Pint ws_idWorkstation identifier.
Pint val_numValuator device number
(>=1).
Pfloat *valueValuator value.
FORTRAN
integer wkidWorkstation identifier.
integer vldnrValuator device number
(>=1).
real valValuator value.
Errors
- 3
- Function Requires State (PHOP,WSOP,*,*)
- 54
- Specified Workstation Is Not Open
- 61
- Specified Workstation Is Not Of Category Input Or Outin
- 250
- Specified Device Not Available On Workstation
- 252
- Function Requires Input Device To Be In Sample Mode
Related Subroutines
Inquire Number Of Available Logical Input Devices
Set Valuator Mode
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]