void pxpost_struct_view(
Pint ws_id, /* workstation identifier */ Pint view_ind, /* view index */ Pint struct_id, /* structure identifier */ Pfloat priority /* priority */
)
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.
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