📄 sesutil.h
字号:
/****************************************************************************
*
* (c) Copyright 2006 by SCADA Enterprise Solutions Inc
* All rights reserved
*
* NAME:
*
* sesUtil.H -- This is the header include file for the SES utility lib
*
* AUTHOR: Wai Tse
*
* DESCRIPTION:
*
* This header file simplifies the declaration of the SES utilities
*
* REVISION HISTORY:
*
* 17-Feb-2006 Wai Tse Created the initial version.
*
***************************************************************************/
#ifndef SES_UTIL_H
#define SES_UTIL_H
#include "sesDbg.H"
#include "sesLogErr.H"
#include "sesSigvec.H"
#include "sesConst.H"
#include "sesSocket.H"
#include "sesSelect.H"
#include "sesHashMap.H"
#include "sesStack.H"
#include "sesSemaphore.H"
// #include "sesWatchdog.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 + -