基本信息
源码名称:基于CCP协议的inca用prof文件
源码大小:2.69KB
文件格式:.rar
开发语言:C/C++
更新时间:2020-06-18
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

#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