void pinq_gse_facs(
Pint length, /* length of application list */ Pint start, /* starting position */ Pint *error_ind, /* (out) error indicator */ Pgse_id_dep_list *gse, /* (out) list of GSE ids and dependencies */ Pint *total_length /* (out) length of list in GPHIGS */
)
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;
Data is read from the PHIGS description table.