📄 sesutilinit.h
字号:
/****************************************************************************
*
* (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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -