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. |
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 | 0 on success |