?? 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
/* 統(tǒng)計 */
#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;
/* 解邦定參數(shù)的互斥量 */
extern HANDLE UnpackBindmutex;
/* 時區(qū) */
extern int TimeZone;
/* 業(yè)務請求計數(shù)器 */
extern COUNT_t s_CBSECount;
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -