sesutil.h

来自「在LINUX环境下」· C头文件 代码 · 共 43 行

H
43
字号
/****************************************************************************
 *
 *         (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 + =
减小字号Ctrl + -
显示快捷键?