Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pe_upd_ws_synch(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pe_upd_ws_synch(3g)  —  Subroutines

Name

pe_upd_ws_synch − Executes all deferred actions for the workstation before further changes are applied. 

Operating States: PHOP, WSOP, ∗, ∗
Digital PHIGS extension function

Syntax

void pe_upd_ws_synch (
  Pint          wsid,        /∗ (I) Workstation identifier ∗/
  Pregen_flag   regen_flag   /∗ (I) Regeneration flag ∗/
)

Data Structures

typedef enum {
    PFLAG_POSTPONE,    /∗ regeneration flag perform ∗/
    PFLAG_PERFORM      /∗ regeneration flag suppress ∗/
} Pregen_flag;

Description

pe_upd_ws_synch executes all deferred actions for the specified workstation before further changes are applied. Control may still return to the application after the changes are applied, but the workstation is updated first. This function is useful in applications where robot simulations of the orderly display of images is required. 

See Also

pinq_posted_structs
predraw_all_structs
pset_disp_upd_st
pupd_ws

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