35 #define CGM_MEAS_DB_SIZE 10
37 #define START_DEVICE_EVT 0x0001
38 #define NOTI_TIMEOUT_EVT 0x0002
39 #define RACP_IND_SEND_EVT 0x0004
41 #define CTL_PNT_MSG 0xE0
43 //RACP Search Function Response Code
44 #define RACP_SEARCH_RSP_SUCCESS 0x01
45 #define RACP_SEARCH_RSP_NO_RECORD 0x06
46 #define RACP_SEARCH_RSP_INVALID_OPERAND 0x05
47 #define RACP_SEARCH_RSP_NOT_COMPLETE 0x08
64 extern void CGM_Init( uint8 task_id );
void CGM_Init(uint8 task_id)
The routine to iniialize the CGM simulator.
Definition: cgm.c:516
uint16 CGM_ProcessEvent(uint8 task_id, uint16 events)
The routine to enable CGM application to process the system event.
Definition: cgm.c:621