newtx/sdk/huagao/brand_neu.h

102 lines
4.6 KiB
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
// Definitions for Neural ...
//
//
#define OEM_NAME "\345\256\201\346\263\242\345\215\216\351\253\230\344\277\241\346\201\257\347\247\221\346\212\200\346\234\211\351\231\220\345\205\254\345\217\270"
#define OEM_SHORT_NAME "\345\215\216\351\253\230"
#define OEM_SHORT_NAME_E "neu"
#define PRODUCT_VID 0x3072
#define PRODUCT_VENDOR "Neu"
// #define COMPANY_NAME "宁波华高信息科技有限公司"
#define COMPANY_NAME "\345\256\201\346\263\242\345\215\216\351\253\230\344\277\241\346\201\257\347\247\221\346\212\200\346\234\211\351\231\220\345\205\254\345\217\270"
// #define BRAND_APP_NAME "华高扫描应用程序"
#define BRAND_APP_NAME "\345\215\216\351\253\230\346\211\253\346\217\217\345\272\224\347\224\250\347\250\213\345\272\217"
// #define BRAND_TITLE_VERSION "版本"
#define BRAND_TITLE_VERSION "\347\211\210\346\234\254"
// #define BRAND_TITLE_COPYRIGHT "版权"
#define BRAND_TITLE_COPYRIGHT "\347\211\210\346\235\203"
#define BRAND_COPYRIGHT "2017 HuaGoScan\343\200\202\344\277\235\347\225\231\346\211\200\346\234\211\346\235\203\345\210\251"
// #define BRAND_TITE_MANUFACTOR "制造商/开发商"
#define BRAND_TITE_MANUFACTOR "\345\210\266\351\200\240\345\225\206/\345\274\200\345\217\221\345\225\206"
// #define BRAND_TITLE_URL "公司网址"
#define BRAND_TITLE_URL "\345\205\254\345\217\270\347\275\221\345\235\200"
#define BRAND_COMPANY_URL "www.huagaochina.com"
#define BRAND_COMPANY_URL_EN "www.huagaochina.com"
#define BRAND_URL_COMPANY_URL "http://www.huagaochina.com"
#define BRAND_URL_COMPANY_URL_EN "http://www.huagaochina.com"
// #define BRAND_TITLE_TEL "联系电话"
#define BRAND_TITLE_TEL "\350\201\224\347\263\273\347\224\265\350\257\235"
#define BRAND_COMPANY_TEL "+86 0574 27974866"
// #define BRAND_TITLE_ADDRESS "地址"
#define BRAND_TITLE_ADDRESS "\345\234\260\345\235\200"
// #define BRAND_COMPANY_ADDRESS "浙江省宁波市鄞州区学士路655号信科大厦C栋211"
#define BRAND_COMPANY_ADDRESS "\346\265\231\346\261\237\347\234\201\345\256\201\346\263\242\345\270\202\351\204\236\345\267\236\345\214\272\345\255\246\345\243\253\350\267\257655\345\217\267\357\274\210\344\277\241\347\247\221\345\244\247\345\216\246\357\274\211C\346\240\213211"
// #define BRAND_TITLE_GPS "导航地址"
#define BRAND_TITLE_GPS "\345\257\274\350\210\252\345\234\260\345\235\200"
// #define BRAND_COMPANY_GPS "百度地图访问"
#define BRAND_COMPANY_GPS "\347\231\276\345\272\246\345\234\260\345\233\276\350\256\277\351\227\256"
#define BRAND_URL_GPS "https://j.map.baidu.com/7e/1TO"
#ifndef WIN32
#define LIBNAME "libneudriver.so"
#define HGVERSION_LIBNANE "libNeuVersion.so"
#define IMGPRC_LIBNANE "libNeuImgProc.so"
#define HGBASE_LIBNAME "libNeuBase.so"
#ifdef UOS
#define HELP_PATH "../../entries/help/NeuScan_scanSettings_Help_manual.pdf";
#define HELP_PATH_EN ""
#elif KYLIN
#define HELP_PATH "../doc/NeuScan_scanSettings_Help_manual.pdf";
#define HELP_PATH_EN ""
#endif
#else
#define HGVERSION_LIBNANE "NEUVersion.dll"
#define IMGPRC_LIBNANE "NEUImgProc.dll"
#define HGBASE_LIBNAME "NEUBase.dll"
#define HELP_PATH "NeuScan_scanSettings_Help_manual.pdf"
#define HELP_PATH_EN ""
#endif
// 编译DS时每个系列只需要编译其中一个PID即可最好是该系列有代表性的PID
#define IS_BELONG_FAMILY_G100(pid) ((pid) == 0x100 || (pid) == 0x139)
#define PRODUCT_NAME_NEU_100 "NEUSCAN G100"
#define PRODUCT_FAMILY_NEU_100 "G100"
#define IS_BELONG_FAMILY_G200(pid) ((pid) == 0x200 || (pid) == 0x239 || (pid) == 0x7823)
#define PRODUCT_NAME_NEU_200 "NEUSCAN G200"
#define PRODUCT_FAMILY_NEU_200 "G200"
#define IS_BELONG_FAMILY_G300(pid) ((pid) == 0x300 || (pid) == 0x339 || (pid) == 0x302)
#define PRODUCT_NAME_NEU_300 "NEUSCAN G300"
#define PRODUCT_FAMILY_NEU_300 "G300"
#define IS_BELONG_FAMILY_G400(pid) ((pid) == 0x400 || (pid) == 0x439 || (pid) == 0x402)
#define PRODUCT_NAME_NEU_400 "NEUSCAN G400"
#define PRODUCT_FAMILY_NEU_400 "G400"
#if IS_BELONG_FAMILY_G100(PRODUCT_PID)
#define PRODUCT_NAME PRODUCT_NAME_NEU_100
#define PRODUCT_FAMILY PRODUCT_FAMILY_NEU_100
#elif IS_BELONG_FAMILY_G200(PRODUCT_PID)
#define PRODUCT_NAME PRODUCT_NAME_NEU_200
#define PRODUCT_FAMILY PRODUCT_FAMILY_NEU_200
#elif IS_BELONG_FAMILY_G300(PRODUCT_PID)
#define PRODUCT_NAME PRODUCT_NAME_NEU_300
#define PRODUCT_FAMILY PRODUCT_FAMILY_NEU_300
#elif IS_BELONG_FAMILY_G400(PRODUCT_PID)
#define PRODUCT_NAME PRODUCT_NAME_NEU_400
#define PRODUCT_FAMILY PRODUCT_FAMILY_NEU_400
#endif