sesutilinit.h
来自「在LINUX环境下」· C头文件 代码 · 共 31 行
H
31 行
/****************************************************************************
*
* (c) Copyright 2006 by SCADA Enterprise Solutions Inc
* All rights reserved
*
* NAME:
*
* sesUtilInit.H -- This header include file declares SES utility
* objects
*
* AUTHOR: Wai Tse
*
* DESCRIPTION:
*
* This header file simplifies the declaration of the SES utilities
*
* REVISION HISTORY:
*
* 17-Mar-2006 Wai Tse Created the initial version.
*
***************************************************************************/
#ifndef SES_UTIL_INIT_H
#define SES_UTIL_INIT_H
sesDbg *dbg; // ptr to the debug object
sesLogErr *eLog; // ptr to the Log Error object
int alarmTrapped; // an alarm signal is trapped when set
#endif // SES_UTIL_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?