pinq_gse_facs(3g) — Subroutines
Name
pinq_gse_facs − Returns the list of GSE identifiers and the list of workstation dependency indicators for each identifier.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_gse_facs (
Pint num_elems_appl_list, /∗ (I) Number of elements in
the application list ∗/
Pint start_ind, /∗ (I) Starting position
within the Digital
PHIGS list ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pgse_id_dep_list ∗gse, /∗ (O) List of GSE
identifiers and
dependencies ∗/
Pint ∗num_elems_impl_list /∗ (O) Total number of GSE
identifiers in the
Digital PHIGS list ∗/
)
Data Structures
typedef struct {
Pint num_id_facs; /∗ number of identifiers and dependency
elements ∗/
Pgse_id_dep ∗id_facs; /∗ list of GSE facilities ∗/
} Pgse_id_dep_list;
typedef struct {
Pint id; /∗ GSE identifier ∗/
Pws_dep_ind ind; /∗ workstation-independent or -dependent
indicator ∗/
} Pgse_id_dep;
typedef enum {
PWS_INDEP, /∗ workstation-independent ∗/
PWS_DEP /∗ workstation-dependent ∗/
} Pws_dep_ind;
Description
pinq_gse_facs returns the list of GSE identifiers and the list of workstation dependency indicators for each GSE identifier.
Digital PHIGS Version 4.1 does not support this function.
See Also
pgse
pgdp3