实例介绍
【实例截图】
#define CCPACK_ACK 0
#define CCPACK_NACK 1
#define CCPACK_ABORT 2
#define CCPACK_RETRY 3
#define CR 13
#define ESCAPE 27
#define WARNING 77
#define ALREADY 99
;path for the configuration file. Will be changed during installation into real configuration path. see Change_Path
#define CONFIG "C:\$prof\ccpStandard\ccpStandard.cnf"
#define CCP_ECU_MODE 1
#define CCP_ERASE_SEGMENT_TIMEOUT_MSEC 30000
#define CCP_REBOOT_ECU_TIMEOUT_MSEC 5000
#define CCP_PROGRAM_TIMEOUT_MSEC 5000
#define CCP_DISCONNECT_PERMANENTLY 1
#define CCP_PROGRAM_ZERO 1 ;send PROGRAM with length 0 after end of section
#define CCPCMD_PROGRAM $18
#define CCPCMD_PROGRAM_6 $22
#define FALSE 0
#define TRUE 1
; possibility to control upcoming dialog boxes (prompt user, ignore and continue, abort flashing)
#define USER_PROMPT 0
#define USER_CONTINUE 1
#define USER_ABORT 2
; DLL error
#define ERR_DLL_NOT_EXISTING -1
【核心代码】
CCP_Template_500K
├── install.ini
├── prof
└── profe
├── ccpStandard
├── ccpStandard.cnf
└── ccpStandard.prm
2 directories, 4 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
网友评论
我要评论