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

📄 opcversioninfo.h

📁 基于Intellution开发包的开发的OPC服务器
💻 H
字号:
// OPCVersionInfo.h
//
// This file contains versioning information for the XXXOPC server.
// This information should be changed whenever the server is rebuilt,
// rev'ed, simmed, rereleased, etc.
//
//
//	(C) COPYRIGHT 1996-1998, INTELLUTION INC.
// ALL RIGHTS RESERVED
//
//
// Modification Log:
//	Vers	Date		By		Notes
//	----	--------	---		-----
//	1.1		08/26/97	jra		Created
//	1.3		03/10/98	jra		Modified to be wizard generated and driver specific.
//


//
// These defines will makeup the version for the server. If the
// major version is 1 and the minor version is 3, then that will
// imply a server version or 1.3, etc. We will use the BUILD_NUMBER
// for maintenance. So when a small change is made, bump the
// BUILD_NUMBER to reflect the change.
//
#define		MAJOR_VERSION	7	// The major version
#define		MINOR_VERSION	13	// The minor version
#define		BUILD_NUMBER	1	// The build number within this version

⌨️ 快捷键说明

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