cost.h
来自「基于SPCE061A的出租车计价器」· C头文件 代码 · 共 20 行
H
20 行
#ifndef __COST_h__
#define __COST_h__
// write your header here
extern unsigned int RES_CONSTVALUE_BIN_SA;
extern void Cost_Init(void);
extern void Cost_StartRunning(void);
extern void Cost_StopRunning(void);
extern void Cost_ClearCost(void);
extern unsigned int Cost_WTimeToMilege(void);
extern float Cost_GetCost(void);
extern float Cost_GetPrice(void);
extern unsigned long int Cost_GetWaitTime(void);
extern unsigned int Cost_WaitOrNot(void);
extern void Cost_ServiceLoop(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?