INQUIRE DEFAULT CHOICE DEVICE DATA
-
CALL SEQUENCE
CALL PQDCH3 (WTYPE, DEVNO, N, MLDR, ERRIND, MALT, OL, PET, EAREA, LDR, DATREC).
INPUT PARAMETERS
- INTEGER WTYPE
- Workstation type.
- INTEGER DEVNO
- CHOICE input device number.
- INTEGER N
- Element requested in the echo/notification list.
- INTEGER MLDR
- Data record size.
OUTPUT PARAMETERS
- INTEGER ERRIND
- Error indicator
- INTEGER MALT
- Maximum number of alternatives.
- INTEGER OL
- Number of echos/notifications in the list.
- INTEGER PET
- Nth echo/notification in the list.
- REAL EAREA(4)
- 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 2D values associated with CHOICE 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 CHOICE for a description of the choice 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 choice, set choice mode, inquire choice device state.