pinq_def_disp_upd_st(3g) — Subroutines
Name
pinq_def_disp_upd_st − Returns the default values for display update.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_def_disp_upd_st (
Pint wstype, /∗ (I) Workstation type ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pdefer_mode ∗def_mode, /∗ (O) Deferral mode∗/
Pmod_mode ∗mod_mode /∗ (O) Modification mode ∗/
)
Data Structures
typedef enum {
PDEFER_ASAP, /∗ Generate images as soon as possible. ∗/
PDEFER_BNIG, /∗ Generate images before the next interaction
globally, or before a sample or event input
occurs. ∗/
PDEFER_BNIL, /∗ Generate images before the next interaction
locally, or before a sample or event input
occurs. ∗/
PDEFER_ASTI, /∗ Generate images at some time. The workstation
determines the exact time. ∗/
PDEFER_WAIT /∗ The workstation waits to generate images. ∗/
} Pdefer_mode;
typedef enum {
PMODE_NIVE, /∗ No immediate visual effect. ∗/
PMODE_UWOR, /∗ Update without regeneration. ∗/
PMODE_UQUM /∗ Use quick update methods. ∗/
} Pmod_mode;
Description
pinq_def_disp_upd_st queries the workstation description table and returns the default values for the deferral and modification modes.
See Also
pinq_disp_upd_st
pset_disp_upd_st