Popups.h 690 Bytes
Newer Older
hu's avatar
hu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29


#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