mrDarker
2025-08-06 2379434200219132ee252f12d47a1e5efd160f42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef BL_COMMON_H
#define BL_COMMON_H
 
#include <windows.h>
#include <dbghelp.h>
#include <iostream>
#include <fstream>
#include <string>
#include <time.h>
 
#define OFFLINE_KEY           1   //OFFLINE_KEY:1是离线模式;0是在线模式
#define MINI_LED              0   //Mini车间
#define MINI_NOTCH              0   //Mini车间, 是否使用刻槽功能
#define HALCON_VISION_KEY     0   //是否启用HALCON
#define USE_WEBSOCKET         0   //是否启用websocket(AI)
#define USE_AI_DETECT         0   //是否启用AI检测
 
#endif