• 大小: 153KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: 其他
  • 标签: OBD车联网  

资源简介

该资源不仅包括了对OBD的开发、应用以及检测功能,而且还包含了最基本的代码资源,以便一些程序员可以自己安装程序,并且对OBD的应用与修改也起到很好的参考作用。

资源截图

代码片段和文件信息

#include 
#include “globals.h“
#include “custom_gui.h“
#include “serial.h“
#include “sensors.h“
#include “options.h“
#include “version.h“
#include “about.h“

#define MSG_REFRESH  MSG_USER

static int logo_proc(int msg DIALOG *d int c);
static int large_text_proc(int msg DIALOG *d int c);
static int about_this_computer_proc(int msg DIALOG *d int c);
static int obd_info_proc(int msg DIALOG *d int c);
static int refresh_proc(int msg DIALOG *d int c);
static int obd_info_getter_proc(int msg DIALOG *d int c);
static int thanks_proc(int msg DIALOG *d int c);

static char whatisit[256];
static char whatcanitdo[256];
static char wheretoget[256];

static char obd_interface[16];
static char obd_mfr[64];
static char obd_protocol[64];
static char obd_system[64];

#define VER_STR   “Version “ SCANTOOL_VERSION_EX_STR “ for “ SCANTOOL_PLATFORM_STR “ “ SCANTOOL_COPYRIGHT_STR

static DIALOG about_dialog[] =
{
   /* (proc)                   (x)  (y)  (w)  (h)  (fg)     (bg)          (key) (flags) (d1) (d2) (dp)                    (dp2) (dp3) */
   { d_clear_proc             0   0   0   0   0       C_WHITE       0    0      0   0   NULL                   NULL NULL }
   { logo_proc                105 25  430 58  0       0             0    0      0   0   NULL                   NULL NULL }
   { st_ctext_proc            320 86  216 18  C_BLACK C_TRANSP      0    0      0   0   VER_STR                NULL NULL }
   { large_text_proc          25  112 256 24  C_BLACK C_TRANSP      0    0      0   0   “What is it?“          NULL NULL }
   { super_textbox_proc       25  136 407 80  C_BLACK C_WHITE       0    0      0   0   whatisit               NULL NULL }
   { large_text_proc          25  224 256 24  C_BLACK C_TRANSP      0    0      0   0   “What can it do?“      NULL NULL }
   { super_textbox_proc       25  248 407 98  C_BLACK C_WHITE       0    0      0   0   whatcanitdo            NULL NULL }
   { large_text_proc          25  354 256 24  C_BLACK C_TRANSP      0    0      0   0   “Where can I get it?“  NULL NULL }
   { super_textbox_proc       25  378 590 80  C_BLACK C_WHITE       0    0      0   0   wheretoget             NULL NULL }
   { d_box_proc               440 136 175 231 C_BLACK C_LIGHT_GRAY  0    0      0   0   NULL                   NULL NULL }
   { about_this_computer_proc 448 144 160 48  C_BLACK C_GREEN       ‘c‘  D_EXIT 0   0   “About this &computer“ NULL NULL }
   { obd_info_proc            448 200 160 48  C_BLACK C_DARK_YELLOW ‘o‘  D_EXIT 0   0   “&OBD Information“     NULL NULL }
   { thanks_proc              448 256 160 48  C_BLACK C_PURPLE      ‘r‘  D_EXIT 0   0   “C&redits“             NULL NULL }
   { d_button_proc            448 312 160 48  C_BLACK C_GREEN       ‘m‘  D_EXIT 0   0   “Main 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      37481  2006-05-23 14:44  OBD_source\about.c

     文件         68  2005-06-01 10:17  OBD_source\about.h

     文件      24341  2005-06-01 10:17  OBD_source\codes.dat

     文件       2972  2005-06-01 10:17  OBD_source\custom_gui.c

     文件        254  2005-06-01 10:17  OBD_source\custom_gui.h

     文件       2031  2005-06-01 10:17  OBD_source\datafile.h

     文件        728  2005-12-18 01:07  OBD_source\error_handlers.c

     文件        123  2005-06-01 10:17  OBD_source\error_handlers.h

     文件       1335  2006-05-23 16:11  OBD_source\globals.h

     文件      17716  2005-06-01 10:17  OBD_source\gpl.txt

     文件        585  2011-04-07 23:06  OBD_source\log.txt

     文件       7059  2005-10-28 05:37  OBD_source\main.c

     文件      15698  2006-05-23 15:10  OBD_source\main_menu.c

     文件         80  2005-06-01 10:17  OBD_source\main_menu.h

     文件       2274  2006-05-23 17:23  OBD_source\makefile

     文件      11512  2005-12-16 21:27  OBD_source\options.c

     文件        134  2005-06-01 10:17  OBD_source\options.h

     文件       4745  2006-05-23 17:08  OBD_source\readme.txt

     文件         77  2005-06-01 10:17  OBD_source\resource.h

     文件       1206  2011-04-07 23:06  OBD_source\scantool.cfg

     文件      90091  2005-06-01 10:17  OBD_source\scantool.dat

     文件       3902  2006-05-09 19:03  OBD_source\ScanTool.dev

     文件       2065  2005-06-01 10:17  OBD_source\scantool.h

     文件       1078  2005-12-17 23:19  OBD_source\scantool.ico

     文件       1054  2006-05-23 14:42  OBD_source\scantool.rc

     文件      53112  2011-05-26 11:07  OBD_source\sensors.c

     文件        151  2005-12-16 15:46  OBD_source\sensors.h

     文件      13338  2011-05-26 12:36  OBD_source\serial.c

     文件       2379  2006-05-11 08:46  OBD_source\serial.h

     文件          0  2006-05-09 18:30  OBD_source\todo.txt

............此处省略7个文件信息

评论

共有 条评论

相关资源