Previous Next Up Title Contents General Index Functions Index Bookshelf

SET LOCATOR MODE

pset_loc_mode


CALL SEQUENCE

void pset_loc_mode (ws_id, loc_dev, mode, echo_switch)

INPUT PARAMETERS

Pint	ws_id,
Pint 	loc_dev,
Pop_mode	mode,
Pecho_switch	echo_switch

ARGUMENTS

ws_id,
Workstation identifier
loc_dev,
Locator device number
mode,
Operating mode
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 LOCATOR device number loc_dev of workstation ws_id, with activation or deactivation of echo.

Example:

/* On workstation number 1 set locator mode for device number 2 to be EVENT with no echoing. */
	pset_loc_mode(1,2,POP_EVENT,PSWHICH_NO_ECHO);

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
54
Ignoring function, the specified workstation is not open
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, request locator 3, sample locator 3, get locator 3, await event, inquire locator device state 3, inquire default locator device state 3


Previous Next Up Title Contents General Index Functions Index Bookshelf