Initial commit: CCU621_M firmware project with BLE debug link support.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
|
||||
#ifndef UI_INFO_H
|
||||
#define UI_INFO_H
|
||||
|
||||
#ifdef __cplusplus /*C++编译环境下兼容C语言*/
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*------ Exported includes(头文件) ----------------------*/
|
||||
#include "main.h"
|
||||
#include "flash_file_mgr/fault_flash_impl.h"
|
||||
/*------ Exported macro(宏定义) -------------------------*/
|
||||
|
||||
/*------ Exported struct(结构体定义) --------------------*/
|
||||
|
||||
/*------ Exported variables(变量定义) -------------------*/
|
||||
// extern const char p_null[];
|
||||
// extern const char p_no_fault[];
|
||||
// extern const char p_no_waring[];
|
||||
// extern const char prompt[];
|
||||
// extern const char p_free_mag[];
|
||||
// extern const char p_mag[];
|
||||
|
||||
extern const char ui_flow_real_mag[][30];
|
||||
extern const char ui_flow_real_mag_e[][60];
|
||||
extern const char c_reat_str[][10];
|
||||
extern const char c_batt_type[][20];
|
||||
extern const char c_charge_status[][50];
|
||||
extern const char p_wait_mag[];
|
||||
extern const char p_card_timeout_mag[];
|
||||
extern const char c_wait_mag[];
|
||||
extern const char c_card_timeout_mag[];
|
||||
/*------ Exported function prototypes (函数声明) -------*/
|
||||
|
||||
|
||||
void v_ui_get_fault_info(E_FAULT_INFO e_info , char *mag);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* UI_INFO_H */
|
||||
Reference in New Issue
Block a user