INQUIRE DYNAMICS OF STRUCTURES
-
CALL SEQUENCE
CALL PQDSTR (WTYPE, ERRIND, STRCON, POST, UNPOST, DELETE, REFMOD).
INPUT PARAMETERS
- INTEGER WTYPE
- Workstation type.
OUTPUT PARAMETERS
- INTEGER ERRIND
- Error indicator
- INTEGER STRCON
- Structure contents:
- PIRG :
- 0 (IRG)
- PIMM :
- 1 (IMM)
- PCBS :
- 2 (CBS)
- INTEGER POST
- Structure posting to this type of workstation.
- PIRG :
- 0 (IRG)
- PIMM :
- 1 (IMM)
- PCBS :
- 2 (CBS)
- INTEGER UNPOST
- Structure unposting.
- PIRG :
- 0 (IRG)
- PIMM :
- 1 (IMM)
- PCBS :
- 2 (CBS)
- INTEGER DELETE
- Structure deletion.
- PIRG :
- 0 (IRG)
- PIMM :
- 1 (IMM)
- PCBS :
- 2 (CBS)
- INTEGER REFMOD
- Structure modification by reference change.
- PIRG :
- 0 (IRG)
- PIMM :
- 1 (IMM)
- PCBS :
- 2 (CBS)
PHIGS STATE
(PHOP, *, *, *).
EFFECT
Returns the capacity of a workstation of type WTYPE to update the
display after structure posting, unposting, contents modification, deletion and
reference change. The data is read from the workstation description table.
These capacities can be of three types:
PDYN_IRG: (implicit regeneration) the operation occurs after complete redrawing
of the posted structures.
PDYN_IMM: (immediate) the workstation can carry out the operation.
PDYN_CBS: (can be simulated) a simulation allows the requested action to be
carried out.
ERRORS
- 2
Ignoring function, function requires state (PHOP, *,*,*)
- 52
- Ignoring function, workstation type not recognized by the implementation
- 51
- Ignoring function, this information is not yet available for this generic
workstation type: open a workstation of this type and use the specific
workstation type
- 59
- Ignoring function, the specified workstation does not have output
capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)
- 62
- Ignoring function, this information is not available for this MO
workstation type