📄 ab_rev.h
字号:
/****************************************************************************
*****************************************************************************
**
** File Name
** ---------
**
** AB_REV.H
**
*****************************************************************************
*****************************************************************************
**
** Description
** -----------
**
** Basic Services API - Example code and firmware revision numbers.
**
*****************************************************************************
*****************************************************************************
**
** Source Change Indices
** ---------------------
**
** Porting: <none>0----<major> Customization: <none>0----<major>
**
*****************************************************************************
*****************************************************************************
**
** Services List
** -------------
**
** None
**
*****************************************************************************
*****************************************************************************
** **
** ETHERNET/IP EXAMPLE CODE **
** COPYRIGHT (c) 2000-2005 ODVA (Open DeviceNet Vendor Association) **
** & ControlNet International Ltd. **
** **
** All rights reserved, except as specifically licensed in writing. **
** Use of the Ethernet/IP Example Protocol Software is subject to **
** ODVA's and ControlNet International's Terms of Use Agreement. **
** The following work constitutes example program code and is intended **
** merely to illustrate useful programming techniques. The user is **
** responsible for applying the code correctly. The code is provided **
** AS IS without warranty and is in no way guaranteed to be error-free. **
** **
*****************************************************************************
*****************************************************************************
*/
/****************************************************************************
*****************************************************************************
**
** Change Log
** ----------
**
**
*****************************************************************************
*****************************************************************************
*/
#ifndef AB_REV_H
#define AB_REV_H
/****************************************************************************
**
** Example code version number and date strings.
**
*****************************************************************************
*/
#define AB_CNA_CLASS 30
#define AB_CNA_MAJOR_REV 2
#define AB_CNA_MINOR_REV 0
#define AB_CNA_INTERNAL_REV 21
#define AB_CNA_RELEASE_LETTER ' '
#define AB_CNA_RELEASE_NUMBER 2
#define AB_CNA_VERSION_DAY 27
#define AB_CNA_VERSION_MONTH 4
#define AB_CNA_VERSION_YEAR 2001
#define AB_APP_CLASS 0
#define AB_APP_MAJOR_REV 1
#define AB_APP_MINOR_REV 1
#define AB_APP_INTERNAL_REV ( 0x00 | 8 )
#endif /* inclusion lock */
/****************************************************************************
**
** End of AB_REV.H
**
*****************************************************************************
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -