GINO Graphics Suite - GINO v9.0  

gEnqSysPriority

Syntax

[C/C++:]
void gEnqSysPriority(int *pri);
[F90:]
subroutine gEnqSysPriority(pri)
integer, intent(out) :: pri

Arguments

pri
Task priority

= GREALTIME, Highest possible priority
= GHIGH, Higher than normal
= GNORMAL, (default)
= GLOW, Lower than normal
= GIDLE, Idle state

Description

The routine gEnqSysPriority() returns the current priority of the GINO application as set by the routine gSetSysPrioirty().

See Also

gEnqSysPriority Usage
gSetSysPriority