sesconst.h
来自「在LINUX环境下」· C头文件 代码 · 共 37 行
H
37 行
/****************************************************************************
*
* (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 + =
减小字号Ctrl + -
显示快捷键?