Previous Next Up Title Contents Index Functions Index Top Library

OPEN PHIGS

POPEN_PHIGS


CALL SEQUENCE

void popen_phigs(
)

PHIGS STATE

(PHCL, WSCL, STCL, ARCL).

EFFECT

Opens GPHIGS, allocating and initializing the PHIGS data structures. The PHIGS and workstation description tables and state lists become accessible using the inquire functions. The PHIGS STATE list entry error file is set to err_file and the system state is set to PHOP.

OPEN PHIGS must be called before any other PHIGS functions are called.

The define PDEF_ERR_FILE can be used as a default value for err_file.

The define PDEF_MEM_SIZE can be used as a default value for mem_units.

In GPHIGS, mem_units is unused.

EXTENSION TO THE PHIGS STANDARD

GPHIGS allows programmers to define a set of parameters, used by GPHIGS, that are not provided into the PHIGS standard (window size, double buffering). See the extension function SET CONFIGURATION FILE NAME for more details on these parameters.

ERRORS

1
Ignoring function, function requires state (PHCL, WSCL, STCL, ARCL)
450
Ignoring function, the specified error file is invalid

SEE ALSO

close phigs, inquire system state value, inquire phigs facilities, set configuration file name (ext)


Previous Next Up Title Contents Index Functions Index Top Library