#ifndef _POPUPS_H_ #define _POPUPS_H_ #include "Popup_Scheduler.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 Popups_Management_Service ( void ); void Popups_Polling ( void ); void Popups_Displaying ( uint8_t PopupID ); void Popups_Sound_Playing ( uint8_t PopupID ); #endif