Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pset_conf_res(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pset_conf_res(3g)  —  Subroutines

Name

pset_conf_res − Sets the value of the archival and retrieval conflict resolution flags. 

 
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function

Syntax

void pset_conf_res (
  Pconf_res    write_flag,   /∗ (I) Archival conflict resolution flag ∗/
  Pconf_res    read_flag     /∗ (I) Retrieval conflict resolution flag ∗/
)

Data Structures

typedef enum {
    PRES_MAINTAIN,    /∗ Write structures to the CSS or archive only if
                         they do not already exist ∗/
    PRES_ABANDON,     /∗ Abandon the archival or retrieval process ∗/
    PRES_UPD          /∗ Replace the existing structure with the new
                         structure ∗/
} Pconf_res;

Description

pset_conf_res sets the value of the archival conflict resolution flag and the retrieval conflict resolution flag to PRES_MAINTAIN, PRES_ABANDON, or PRES_UPD.  The archival conflict flag controls what results when an attempt is made to archive structures from the CSS whose identifiers already exist in the archive file.  Use the pinq_conf_res function to return the values of the archival and retrieval flags. 

See Also

par_all_structs
par_struct_nets
par_structs
pinq_all_conf_structs
pinq_conf_res
pinq_conf_structs_net
pret_all_structs
pret_struct_ids
pret_struct_nets
pret_structs

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