SET PICK MODE
CALL SEQUENCE
void pset_pick_mode(
Pint ws_id, /* workstation identifier */
Pint pick_dev, /* pick device number */
Pop_mode mode, /* operating mode */
Pecho_switch echo_switch /* echo switch */
)
TYPES
typedef enum {
POP_REQ,
POP_SAMPLE,
POP_EVENT
} Pop_mode;
typedef enum {
PSWITCH_NO_ECHO,
PSWITCH_ECHO
} Pecho_switch;
PHIGS STATE
(PHOP, WSOP, *, *).
EFFECT
Set input mode for PICK device number pick_dev of workstation
ws_id, with activation or deactivation of echo.
Example:
/* On workstation number 1 set pick mode for device number 1 to be EVENT with regular echoing. */
pset_pick_mode(1,1,POP_EVENT,PSWHICH_ECHO);
ERRORS
- 3
Ignoring function, function requires state (PHOP, WSOP,*,*)
- 54
- Ignoring function, the specified workstation is not open
- 60
- Ignoring function, specified workstation is not of category OUTIN
- 250
- Ignoring function, the specified device is not available on the specified
workstation
SEE ALSO
initialize pick 3, request pick 3, sample pick 3, get pick 3, await event,
inquire pick device state 3, inquire default pick device state 3