📄 extern.h
字号:
/**
* extern.h
*
* Short Message Abstractive Library.(SMAL)
*
* Copyright 2003-2006 北京风起水流软件工作室
*
* http://www.zealware.com
*
* princetoad@zealware.com
*
*/
#ifndef _SMAL_EXTERN_H_
#define _SMAL_EXTERN_H_
#include <common/util.h>
///////////////////////////////////////////////////////////////////////////////
//
extern bool g_fStarted;
extern bool g_fStop;
extern bool g_fSendStop;
extern bool g_fQueueCreated;
extern bool g_fDbConnected;
extern bool g_fLogCreated;
extern bool g_fLogThreadCreated;
extern bool g_fSendThreadCreated;
extern bool g_fMTConnected;
extern bool g_fMOConnected;
extern bool g_fMTAndMOConnected;
extern bool g_fGWConnected;
extern bool g_fDealOver;
extern bool g_fDealOverCmpp2;
extern char g_sz_logdate[9];
extern CLogFile *plog;
extern char g_logfile_name[MAX_PATH+1];
extern struct queues g_com_queues;
extern thread_info g_threadinfo[4];
extern tagMonitoredSmal *pMapped;
extern CGWCMPP2Config g_Cmpp2Config;
///////////////////////////////////////////////////////////////////////////////
//
extern BOOL SendMTMsg();
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -