Nebula
Nebula
CW.hpp 文件参考
+ 此图展示该文件直接或间接的被哪些文件引用了:

命名空间

 neb
 

枚举

enum  neb::E_CMD {
  neb::CMD_UNDEFINE = 0, neb::CMD_REQ_CONNECT_TO_WORKER = 1, neb::CMD_RSP_CONNECT_TO_WORKER = 2, neb::CMD_REQ_TELL_WORKER = 3,
  neb::CMD_RSP_TELL_WORKER = 4, neb::CMD_REQ_DISCONNECT = 5, neb::CMD_RSP_DISCONNECT = 6, neb::CMD_REQ_REFRESH_SERVER = 7,
  neb::CMD_RSP_REFRESH_SERVER = 8, neb::CMD_REQ_SET_LOG_LEVEL = 9, neb::CMD_RSP_SET_LOG_LEVEL = 10, neb::CMD_REQ_RELOAD_SO = 11,
  neb::CMD_RSP_RELOAD_SO = 12, neb::CMD_REQ_UPDATE_WORKER_LOAD = 13, neb::CMD_RSP_UPDATE_WORKER_LOAD = 14, neb::CMD_REQ_NODE_STATUS_REPORT = 101,
  neb::CMD_RSP_NODE_STATUS_REPORT = 102, neb::CMD_REQ_NODE_REGISTER = 103, neb::CMD_RSP_NODE_REGISTER = 104, neb::CMD_REQ_NODE_NOTICE = 105,
  neb::CMD_RSP_NODE_NOTICE = 106, neb::CMD_REQ_REFRESH_NODE_ID = 107, neb::CMD_RSP_REFRESH_NODE_ID = 108, neb::CMD_REQ_SERVER_DATA_STATUS_REPORT = 109,
  neb::CMD_RSP_SERVER_DATA_STATUS_REPORT = 110, neb::CMD_REQ_GET_LOAD_MIN_SERVER = 111, neb::CMD_RSP_GET_LOAD_MIN_SERVER = 112, neb::CMD_REQ_LEADER_ELECTION = 113,
  neb::CMD_RSP_LEADER_ELECTION = 114, neb::CMD_REQ_SET_NODE_CONFIG = 201, neb::CMD_RSP_SET_NODE_CONFIG = 202, neb::CMD_REQ_GET_NODE_CONFIG = 203,
  neb::CMD_RSP_GET_NODE_CONFIG = 204, neb::CMD_REQ_SET_NODE_CUSTOM_CONFIG = 205, neb::CMD_RSP_SET_NODE_CUSTOM_CONFIG = 206, neb::CMD_REQ_GET_NODE_CUSTOM_CONFIG = 207,
  neb::CMD_RSP_GET_NODE_CUSTOM_CONFIG = 208, neb::CMD_REQ_SET_CUSTOM_CONFIG = 209, neb::CMD_RSP_SET_CUSTOM_CONFIG = 210, neb::CMD_REQ_GET_CUSTOM_CONFIG = 211,
  neb::CMD_RSP_GET_CUSTOM_CONFIG = 212, neb::CMD_REQ_RELOAD_CUSTOM_CONFIG = 213, neb::CMD_RSP_RELOAD_CUSTOM_CONFIG = 214, neb::CMD_REQ_LOG4_TRACE = 401,
  neb::CMD_RSP_LOG4_TRACE = 402, neb::CMD_REQ_FROM_CLIENT = 501, neb::CMD_RSP_FROM_CLIENT = 502, neb::CMD_REQ_TO_CLIENT = 503,
  neb::CMD_RSP_TO_CLIENT = 504, neb::CMD_REQ_STORATE = 505, neb::CMD_RSP_STORATE = 506, neb::CMD_REQ_BEAT = 507,
  neb::CMD_RSP_BEAT = 508, neb::CMD_REQ_LOCATE_STORAGE = 511, neb::CMD_RSP_LOCATE_STORAGE = 512, neb::CMD_REQ_SYS_ERROR = 999,
  neb::CMD_RSP_SYS_ERROR = 1000
}
 保留命令字 更多...
 

变量

const unsigned int neb::gc_uiCmdReq = 0x00000001
 请求(奇数为请求,偶数为应答,通过 gc_iCmdReq & iCmd 来判断,比运算快) 更多...
 
const unsigned int neb::gc_uiCmdBit = 0x0000FFFF
 命令为无符号短整型 更多...