INQUIRE DEFAULT PICK DEVICE DATA 3
-
CALL SEQUENCE
CALL PQDPK3 (WTYPE, DEVNO, N, MLDR, ERRIND, OL, PET, EVOL, LDR, DATREC).
INPUT PARAMETERS
- INTEGER WTYPE
- Workstation type.
- INTEGER DEVNO
- PICK input device number.
- INTEGER N
- Element requested in the echo/notification list.
- INTEGER MLDR
- Data record size.
OUTPUT PARAMETERS
- INTEGER ERRIND
- Error indicator
- INTEGER OL
- Number of echos/notifications in the list.
- INTEGER PET
- Nth echo/notification in the list.
- REAL EVOL(6)
- Default echo volume in DC: XMIN, XMAX, YMIN, YMAX.
- INTEGER LDR
- Number of elements used in the record.
- CHARACTER*80 DATREC(MLDR)
- Record.
PHIGS STATE
(PHOP, *, *, *).
EFFECT
Returns the predefined 3D values associated with PICK input device number
DEVNO. If the data is available, error indicator is returned as 0.
The data is read from the workstation description table of type WTYPE.
See INITIALIZE PICK for a description of the pick data record.
ERRORS
- 002
- Function ignored, system state must be (PHOP, *,*,*).
- 052
- Function ignored, workstation type not recognized by GPHIGS
- 051
- Function ignored, this data is not available for this type of workstation.
- 061
- Function ignored, specified workstation neither in INPUT category, nor
OUTIN category.
- 250
- Function ignored, specified device not available on this
workstation.
SEE ALSO
initialize pick 3, set pick mode, inquire pick device state.