Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

INQUIRE DYNAMICS OF WORKSTATION ATTRIBUTES(3P)  —  Kubota Pacfic Computer Inc. (29 February 1991)

NAME

INQUIRE DYNAMICS OF WORKSTATION ATTRIBUTES − inquire the dynamics of workstation attributes for a workstation type

SYNOPSIS

C Syntax

void
pinq_dyns_ws_attrs ( type, error_ind, attr )
Pintws_type;workstation type
Pint∗err_ind;OUT error indicator
Pdyns_ws_attrs∗attr; OUT attributes dynamics

Required PHIGS Operating States

(PHOP, ∗, ∗, ∗)

DESCRIPTION

Purpose

Use INQUIRE DYNAMICS OF WORKSTATION ATTRIBUTES to determine dynamics of workstation attributes for a specified workstation type. 

The possible dynamic modification accepted values are: PDYN_IRGModification leads to an Implicit Regeneration.  PDYN_IMMModification is performed Immediately, without an implicit regeneration.  PDYN_CBSModification Can Be Simulated before an implicit regeneration is permitted. 

C Input Parameters

type
The workstation type whose capabilities are inquired.

C Output Parameters

error_ind
A pointer to the location to store the error number of any error detected by this function.

attr
A pointer to a structure in which the system returns the dynamic modification accepted values for various workstation attributes. Pdyns_ws_attrs is defined in phigs.h as follows:

typedef struct {
Pdyn_modline_bundle; /∗ polyline representation ∗/
Pdyn_modmarker_bundle; /∗ marker representation ∗/
Pdyn_modtext_bundle; /∗ text representation ∗/
Pdyn_modint_bundle; /∗ interior representation ∗/
Pdyn_modedge_bundle; /∗ edge representation ∗/
Pdyn_modpat_rep; /∗ pattern representation ∗/
Pdyn_modcolr_rep; /∗ colour representation ∗/
Pdyn_modview_rep; /∗ view representation ∗/
Pdyn_modws_tran; /∗ workstation transformation ∗/
Pdyn_modhighl_filter; /∗ highlight filter ∗/
Pdyn_modinvis_filter; /∗ invisibility filter ∗/
Pdyn_modhlhsr_mode; /∗ HLHSR mode ∗/
} Pdyns_ws_attrs;

The Pdyn_mod enumeration holds the dynamic modification accepted value, one of the values  PDYN_IRG, PDYN_IMM, or PDYN_CBS. 

ERRORS

002Ignoring function, function requires state (PHOP, ∗, ∗, ∗)

051Ignoring function, this information is not yet available for this workstation type; open a workstation of this type and use the specific workstation type

052Ignoring function, workstation type not recognized by the implementation

059Ignoring function, the specified workstation does not have output capability (that is, the workstation category is neither OUTPUT, OUTIN, nor MO)

062Ignoring function, this information is not available for this MO workstation type

SEE ALSO

PHIGS WORKSTATION DESCRIPTION TABLE (7P)

September 02, 1992

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026