📄 globle.h
字号:
#ifndef __GLOBLE_H_FILE_984902348__
#define __GLOBLE_H_FILE_984902348__
#include <string>
#include <vector>
#include "OSHeaders.h"
//#include "RBSSession.h"
//extern CRbsSession *g_pRbsSession;
using namespace std;
struct SIPandPort
{
string m_IP;
UInt32 m_Port;
};
struct SConfigPara
{
//Server
//About Thread
static UInt32 m_ThreadNum; //最大线程数
static UInt32 m_StackSize; //线程的堆栈大小
//directory
static string m_MoviesDir; //Movies存放路径
static string m_LogDir; //Log存放路径
//End Server
//Port Range
static UInt32 m_StartPortNum; //起始端口号
static UInt32 m_EndPortNum; //结束端口号
//Log
static UInt32 m_RunLogState;
static UInt32 m_ErrLogState;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -