⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sesconst.h

📁 在LINUX环境下
💻 H
字号:
/****************************************************************************
 *
 *         (c) Copyright 2006 by SCADA Enterprise Solutions Inc
 *         All rights reserved
 *
 * NAME:
 *
 *         sesMisc.H -- This is the header include file for the SES utility lib
 *
 * AUTHOR: Wai Tse
 *
 * DESCRIPTION:
 *
 *         This header file defines all constants used by SES utilities
 *
 * REVISION HISTORY:
 *
 *         03-Feb-2006    Wai Tse    Created the initial version.
 * 
 ***************************************************************************/

#ifndef SES_CONST_H
#define SES_CONST_H

//#define MAX_LEN_MSG 132
#define MAX_LEN_MSG 256
#define BAD_STATUS -1
#define TMP_STRING_SIZE 80
#define UNKNOWN_SRC "UNKNOWN_SRC"
#define DBG_OFF 0
#define ENDL "\n"
#define FALSE 0
#define TRUE 1
#define MAXFUPLIM 2048 

#endif // SES_CONST_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -