Next: AGD_DEACT - Close down IDI
Up: Routine Specifications
Previous: AGD_ACTIV - Initialise IDI
AGD_ASSOC
- Associate a device with AGI and IDI
- Description:
- This is a wrap-up routine to associate a device with the AGI
database via the ADAM parameter system and open IDI on it.
The size and position of an IDI window corresponding to the
current picture in the database is returned. This routine calls
AGI_ASSOC, AGI_BEGIN ,
AGD_ACTIV and AGD_NWIND.
Also if the name string is not blank then
AGI_RCL is called to recall the last
picture of that name. This routine should be matched by a closing
call to AGD_DEASS.
- Invocation:
-
- Arguments:
-
-
PARAM = CHARACTER
(
) (Given)
-
The name of the ADAM parameter for accessing device names
-
ACMODE = CHARACTER
(
) (Given)
-
Access mode for pictures. 'READ', 'WRITE' or 'UPDATE'.
-
PNAME = CHARACTER
(
) (Given)
-
Recall last picture of this name if not blank.
-
MEMID = INTEGER (Given)
-
IDI Memory identifier.
-
PICID = INTEGER (Returned)
-
Picture identifier for current picture on given device.
-
DISPID = INTEGER (Returned)
-
IDI Display identifier.
-
XSIZE = INTEGER (Returned)
-
X size of window
-
YSIZE = INTEGER (Returned)
-
Y size of window
-
XOFF = INTEGER (Returned)
-
X offset of window from memory origin
-
YOFF = INTEGER (Returned)
-
Y offset of window from memory origin
-
STATUS = INTEGER (Given and Returned)
-
The global status.
Next: AGD_DEACT - Close down IDI
Up: Routine Specifications
Previous: AGD_ACTIV - Initialise IDI
AGI --- Applications Graphics Interface Library
Starlink User Note 48
Nicholas Eaton
Brian McIlwrath
30 January 2002
E-mail:ussc@star.rl.ac.uk
Copyright © 2009 Science and Technology Facilities Council