[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

INQUIRE MORE SIMULTANEOUS EVENTS (PHOP,*,*,*)

Purpose

Use Inquire More Simultaneous Events to inquire whether additional simultaneous events are waiting in the input queue.

The graPHIGS API returns a value indicating whether additional events are waiting that occurred from the same device trigger as the event previously in the current event report (CEV).

Your application can call this subroutine after your application issued the appropriate "Get" subroutine to obtain the current event from the CEV.

If the information is available, then the graPHIGS API sets the error indicator to zero and returns the value in the output parameter. If the information is unavailable, then the value returned in the output parameter is unpredictable and the graPHIGS API sets the error indicator to the following error:

2
Function Requires State (PHOP,*,*,*)

Language Bindings

C

pinq_more_simult_events (err_ind, simult_events)

Output Parameters

Pint *err_ind
Error indicator.

Pmore_simult_events *simult_events
More simultaneous events (0=PSIMULT_NO_MORE, 1=PSIMULT_MORE).

FORTRAN

PQSIM (errind, flag)

Output Parameters

integer errind
Error indicator.

integer flag
More simultaneous events (0=PNMORE, 1=PMORE).

Errors

None

Related Subroutines

  • None


  • [ Previous | Next | Contents | Glossary | Home | Search ]