Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE POSTED STRUCTURES ON VIEW

PXINQ_POSTED_STRUCTS_VIEW


CALL SEQUENCE

void pxinq_posted_structs_view(
)

TYPES

typedef struct {
	Pint	num_postings;	/* number of structure postings 	*/
	Pposted_struct	*postings;	/* list of postings 	*/
} Pposted_struct_list ;

typedef struct {
	Pint	id ;	/* structure identifier	*/
	Pfloat	disp_pri;	/* display priority	*/
} Pposted_struct ;

PHIGS STATE

(PHOP, WSOP, *, *).

EFFECT

Returns structure networks associated with view view_ind on workstation ws_id.

If the data is available, error indicator is returned as 0.

The structure returned represents the top of the structure network.

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)

SEE ALSO

Post structure on view (ext), see pxpost_struct_view


Previous Next Up Title Contents Index Functions Index Top Library