Event Processor

Classes

struct  GPSCTRL_APP_EVENT
 Structure used to send an event from the HAL to the GLCT control software. More...

Functions

int GlctPutPendingEvent (GPSCTRL_EVENT *potEvent)
 Put the event into event queue, potEvent will be processed by next call of GlctProcessEvent() The caller of GlctPutPendingEvent() must guarantee that memory referenced by potEvent->pData is available when GlctProcessEvent() is called.

Function Documentation

int GlctPutPendingEvent ( GPSCTRL_EVENT potEvent)

Put the event into event queue, potEvent will be processed by next call of GlctProcessEvent() The caller of GlctPutPendingEvent() must guarantee that memory referenced by potEvent->pData is available when GlctProcessEvent() is called.

Return values:
return0 on success
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines