INQUIRE DEFAULT LOCATOR DEVICE DATA 3
-
CALL SEQUENCE
CALL PQDLC3 (WTYPE, DEVNO, N, MLDR, ERRIND, DPX, DPY, DPZ, OL, PET, EVOL, LDR, DATREC).
INPUT PARAMETERS
- INTEGER WTYPE
- Workstation type.
- INTEGER DEVNO
- LOCATOR input device number.
- INTEGER N
- Element requested in the echo/notification list.
- INTEGER MLDR
- Data record size.
OUTPUT PARAMETERS
- INTEGER ERRIND
- Error indicator
- REAL DPX, DPY, DPZ
- Default initial position in WC.
- 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, ZMIN, ZMAX.
- 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 LOCATOR 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 LOCATOR for a description of the locator data record.
ERRORS
- 2
Ignoring function, function requires state (PHOP, *,*,*)
- 52
- Ignoring function, workstation type not recognized by the implementation
- 51
- Ignoring function, this information is not yet available for this generic
workstation type: open a workstation of this type and use the specific
workstation type
- 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 3, set locator mode, inquire locator device state.