⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 win_err.h

📁 中国石油二期加油站IC系统后台通讯软件
💻 H
字号:

/********************************************************************20**

     Name:     WINSS
  
     Type:     C source file
  
     Desc:     Version information
 
     File:     win_err.h

     Sid:      win_err.h 1.2  -  10/15/98 10:34:41
  
     Prg:      ada

*********************************************************************21*/


#ifndef __WINERRH__
#define __WINERRH__



/* log error macro */
#define WINLOGERROR(errCls, errCode, errVal, errDesc) \
   SLogError( ENTNC, INSTNC, 0, __FILE__, __LINE__, \
             (ErrCls)errCls, (ErrVal)errCode, (ErrVal)errVal, errDesc )


/* defines */

#define   EMTBASE     (ERRVW + 0)    /* reserved */
#define   EMTXXX      (EMTBASE)      /* reserved */

#define   EMT001      (EMTBASE +    1)    /*      mt_ss.c:1104 */
#define   EMT002      (EMTBASE +    2)    /*      mt_ss.c:1134 */
#define   EMT003      (EMTBASE +    3)    /*      mt_ss.c:1223 */
#define   EMT004      (EMTBASE +    4)    /*      mt_ss.c:1239 */
#define   EMT005      (EMTBASE +    5)    /*      mt_ss.c:1286 */
#define   EMT006      (EMTBASE +    6)    /*      mt_ss.c:1300 */
#define   EMT007      (EMTBASE +    7)    /*      mt_ss.c:1688 */
#define   EMT008      (EMTBASE +    8)    /*      mt_ss.c:1715 */
#define   EMT009      (EMTBASE +    9)    /*      mt_ss.c:1802 */
#define   EMT010      (EMTBASE +   10)    /*      mt_ss.c:1819 */
#define   EMT011      (EMTBASE +   11)    /*      mt_ss.c:1847 */
#define   EMT012      (EMTBASE +   12)    /*      mt_ss.c:1881 */
#define   EMT013      (EMTBASE +   13)    /*      mt_ss.c:2010 */
#define   EMT014      (EMTBASE +   14)    /*      mt_ss.c:2035 */
#define   EMT015      (EMTBASE +   15)    /*      mt_ss.c:2067 */
#define   EMT016      (EMTBASE +   16)    /*      mt_ss.c:2105 */
#define   EMT017      (EMTBASE +   17)    /*      mt_ss.c:2259 */
#define   EMT018      (EMTBASE +   18)    /*      mt_ss.c:2284 */
#define   EMT019      (EMTBASE +   19)    /*      mt_ss.c:2391 */
#define   EMT020      (EMTBASE +   20)    /*      mt_ss.c:2481 */
#define   EMT021      (EMTBASE +   21)    /*      mt_ss.c:2531 */
#define   EMT022      (EMTBASE +   22)    /*      mt_ss.c:2575 */
#define   EMT023      (EMTBASE +   23)    /*      mt_ss.c:2882 */
#define   EMT024      (EMTBASE +   24)    /*      mt_ss.c:2962 */
#define   EMT025      (EMTBASE +   25)    /*      mt_ss.c:3040 */

#endif

  
/********************************************************************30**
  
         End of file: win_err.h 1.2  -  10/15/98 10:34:41
   
*********************************************************************31*/


/********************************************************************40**
  
        Notes:
  
*********************************************************************41*/

/********************************************************************50**

*********************************************************************51*/

   
/********************************************************************60**
  
        Revision history:
  
*********************************************************************61*/

/********************************************************************80**

  version    pat  init                   description
----------- ----- ----  ------------------------------------------------
1.1          ---  ada   1. initial release

*********************************************************************81*/

/********************************************************************90**

     ver       pat    init                  description
------------ -------- ---- ----------------------------------------------
1.2          ---      kp   1. vxWorks release 2.1

*********************************************************************91*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -