Structure used to register custom request manager. More...
#include <glgps_hal.h>
Public Attributes | |
GlcbReqMgrCreate | pFCreate |
Event handler initialization routine. | |
GlcbReqMgrDestroy | pFDestroy |
Event handler de-initialization routine. | |
GlcbSetCfgValue | pFSetCfg |
Passes attributes read from <app> element of the XML file. | |
GlcbReqMgrStart | pFStart |
Called once the GLCT is initialized and ready to process the events. | |
unsigned long | eCode |
If HAL will post eCode event, then GLCT will call the cbProcEvent. | |
GlcbReqMgrProcEvent | pFprocEvent |
Custom event handler. |
Structure used to register custom request manager.