Function


nuScGetGfxMQ


Syntax

OSMesgQueue* nuScGetGfxMQ(void)
Arguments
None
Return Value
The pointer for message queue of the graphics task thread. 
Description

Gets the pointer for message queue of the graphics task thread

Obtains pointer for message queue of the graphics task thread. When a graphics task message is sent to the obtained message queue the graphics task thread executes the graphics task. Normally, since the graphics task is started by the nuGfxTaskStart function, it is not necessary to call this function from the application directly.

See Also

nuScCreateScheduler and nuGfxTaskStart