Popups.h 690 Bytes


#ifndef _POPUPS_H_
#define _POPUPS_H_

#include "Popup_Scheduler.h"
/*#include "Sound_Scheduler.h"*/

/*#include "Sound_Player.h"*/

#include "CAN_Lib.h"

#define  POPUP_UNIT_FL                      0x01
#define  POPUP_UNIT_FR                      0x02
#define  POPUP_UNIT_RL                      0x04
#define  POPUP_UNIT_RR                      0x08
#define  POPUP_UNIT_TR                      0x10
#define  POPUP_UNIT_HO                      0x20

typedef struct
{
  uint8_t Backup;
  uint8_t Cnt;
}GUIRadarFlashCtrlStruct;
void GUI_RADAR_Sys_Failure_Flash_Reset(void);
void Popups_Management_Service ( void );
void Popups_Polling ( void );
extern uint8_t Get_wbyPopupTest(void);
#endif