Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE GENERALIZED STRUCTURE ELEMENT FACILITIES

PINQ_GSE_FACS


CALL SEQUENCE

void pinq_gse_facs(
)

TYPES

typedef struct {
	Pint	num_id_facs;	/* number of ids per dependency element	*/
	Pgse_id_dep 	*id_facs;	/* list of GSE facilities 	*/
} Pgse_id_dep_list;

typedef struct {
	Pint	id;	/* GSE identifier	*/
	Pws_dep_ind	ind;	/* workstation ind./dep. indicator	*/
} Pgse_id_dep;

typedef struct {
	PWS_INDEP, 
	PWS_DEP
} Pws_dep_ind;

PHIGS STATE

(PHOP, *, *, *).

EFFECT

Returns the generalized structure element (GSE) list and its dependence indicator. If the data is available, error indicator is returned as 0.

Data is read from the PHIGS description table.

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)

SEE ALSO

generalized structure element.


Previous Next Up Title Contents Index Functions Index Top Library