CALL POPWK (WKID, CONID, WTYPE)
GPHIGS establishes a connection between the program and the workstation specified by WTYPE clearing the display surface if necessary.
The following operations are carried after the connection to the workstation is established: - workstation state set to WSOP. - workstation state list allocated and initialized based on the type of workstation.
- ws_id added to the list of opened workstations in the PHIGS STATE list.
When a workstation is opened, a specific description table is created, and the data it contains is established from data from the initial workstation description table for type WTYPE, data obtained by interrogating the workstation (screen size, number of input devices...) and other specific workstation data.
The valid values for WTYPE are listed in the GPHIGS user guide.
The CONID parameter depends on the workstation type. The drivers documentation describes the meaning of CONID for each driver type.
GPHIGS defines non standard workstation attributes necessaries for some type of workstation (window size, double buffering control,...). See the GPHIGS user guide for more details on these attributes.
close workstation, inquire workstation state value, inquire set of open workstations, inquire workstation connection and type, set x window identifier (ext), set configuration file name (ext), clear workstation (ext)