Previous Next Up Title Contents Index Functions Index Top Library

POST STRUCTURE ON VIEW

PXPOST_STRUCT_VIEW


CALL SEQUENCE

void pxpost_struct_view(
)

PHIGS STATE

(PHOP, WSOP, *, *).

EFFECT

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

The priority value defines the priority of the structures during display. The smaller priority's value is, the greater the display priority.

struct_id is added to the table of posted structures in the view table number view_ind 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 pxunpost_struct_view

Update workstation, see pupd_ws

Redraw all structures, see predraw_all_structs

Update view (ext), see pxupd_ws_view

Redraw all structures on view (ext), see pxredraw_all_structs_view

Set extended view representation (ext), see pxset_extended_view_rep

Set extended view activation flag (ext), see pxset_extended_view_activ_flag

Set display update state, see pset_disp_upd_st

Inquire structure identifiers, see pinq_struct_ids

Inquire structure status, see pinq_struct_status

Inquire posted structures on view, see pxinq_posted_structs_view


Previous Next Up Title Contents Index Functions Index Top Library