Previous Next Up Title Contents Index Functions Index Top Library

POST STRUCTURE ON VIEW

PXPOSTV


CALL SEQUENCE

CALL PXPOSTV ( WKID, IVIEW, ISTRID, PRIOR)

INPUT PARAMETERS

INTEGER WKID
Workstation identifier
INTEGER IVIEW
View index
INTEGER ISTRID
Structure identifier
REAL PRIOR
Structure priority

PHIGS STATE

(PHOP, WSOP, *, *).

EFFECT

The POST STRUCTURE ON VIEW function associates the ISTRID structure and its network to the extended view IVIEW of a workstation. The view IVIEW is marked as modified.

The PRIOR value defines the priority of the structures during display. The smaller Prior value is, the greater the display priority.

ISTRID is added to the table of posted structures in the view table number IVIEW in the workstation state list.

If the structure does not exist, it is automatically created.

Posting a structure on the view 0 is equivalent to post a structure on the workstation with POST STRUCTURE.

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
54
Ignoring function, the specified workstation is not open
59
Ignoring function, the specified workstation does not have output capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)
115
Ignoring function, the view index value is less than one
150
Ignoring function, setting this view table entry would exceed the maximum number of entries allowed in the workstation view table
208
Ignoring function, the display priority is out of range

SEE ALSO

Unpost structure from view (ext), see pxupostv

Update workstation, see PUWK

Redraw all structures, see PRST

Update view (ext), see pxuwkv

Redraw all structures on view (ext), see pxrstv

Set extended view representation (ext), see pxsevwr

Set extended view activation flag (ext), see pxsevaf

Set display update state, see PSDUS

Inquire structure identifiers, see PQSID

Inquire structure status, see PQSTST

Inquire posted structures on view, see pxqpostv


Previous Next Up Title Contents Index Functions Index Top Library