📄 include.h
字号:
#ifndef _INCLUDE
#define _INCLUDE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <process.h>
#include <conio.h>
#include <math.h>
#include <time.h>
#include <sys/timeb.h>
#include <winsock.h>
#include <windows.h>
#include "MacroDefine.h"
#include "..\cbc\CbcBscInterfaceStruct.h"
#include "..\cbc\CbcCbcProxyInterface.h"
#include "Sys.h"
#include "..\cbc\CbcProcessStruct.h"
#include "..\cbc\CbcFunction.h"
#include "..\cbc\ManageProcess.h"
#include "..\cbc\Statistic.h"
#include "..\cbc\Warning.h"
#include "..\Icp\socket.h"
#include "..\pack\CbcBscPack.h"
#include "..\x25\x25function.h"
#include "..\x25\x25lib.h"
#include "lprocess.h"
#include "Timer.h"
/* 显示打印信息 */
//#define DEBUG_PRINT
/* 告警 */
#define OPEN_WARNING
/* 统计 */
#define OPEN_STATISTIC
/* 写入前删除 */
#define KILL_BEFORE_WRITE
extern int X25handle;
extern BSC_CELL_INFO_t s_BSCCellInfo[MAX_BSC_CONNECT];
extern RUNTIMEINFO_t s_RuntimeInfo;
extern unsigned char ProcessData[LPROCESS][LPCB_DATA_SIZE];
extern BSC_CONNECT_INFO_t s_BscConnectInfo[MAX_BSC_CONNECT];
extern char g_X25LocalAddr[BSC_ADDR_LEN+1];
extern FILE *f_port_lsn;
extern X25_PORT_LSN_t BscX25_Port_Lsn[MAX_BSC_CONNECT];
extern CBC_BSC_UNPACK_t CBCBSC_Unpack;
/* 解邦定参数的互斥量 */
extern HANDLE UnpackBindmutex;
/* 时区 */
extern int TimeZone;
/* 业务请求计数器 */
extern COUNT_t s_CBSECount;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -