• 大小: 0.15M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: C/C++
  • 标签: c  

资源简介


opc da client sdk c++源码,国外网站下载下来的资源,使用vs2005开发,同时提供demo,本人使用vs2013编译测试通过。 全部开放源码,不存在30分钟之类的限制,使用ATL技术编写,是学习OPC、c++、com、ATL的好资源

资源截图

代码片段和文件信息

// OPCClientDemo.cpp : Defines the entry point for the console application.
//

/*
OPCClientToolKit
Copyright (C) 2005 Mark C. Beharrell

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License or (at your option) any later version.

This library is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.

You should have received a copy of the GNU Library General Public
License along with this library; if not write to the
Free Software Foundation Inc. 59 Temple Place - Suite 330
Boston MA  02111-1307 USA.
*/

#include 
#include “opcda.h“
#include “OPCClient.h“
#include “OPCHost.h“
#include “OPCServer.h“
#include “OPCGroup.h“

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2006-03-20 13:49  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\
     目录           0  2006-03-20 13:49  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\
     目录           0  2006-03-20 13:49  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\Debug\
     文件        2587  2006-03-20 10:32  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\Debug\BuildLog.htm
     文件         634  2006-03-18 23:25  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\Debug\OPCClientDemo.exp
     文件        1894  2006-03-18 23:25  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\Debug\OPCClientDemo.lib
     文件        7457  2006-03-20 10:32  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\OPCClientDemo.cpp
     文件        4225  2006-03-19 07:05  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\OPCClientDemo.vcproj
     文件        1340  2006-03-09 10:36  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\ReadMe.txt
     目录           0  2006-03-20 13:49  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\Release\
     文件         859  2006-03-13 11:59  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\Release\BuildLog.htm
     文件         300  2006-03-09 10:36  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\stdafx.cpp
     文件         293  2006-03-09 10:36  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientDemo\stdafx.h
     目录           0  2006-03-20 13:49  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\
     文件         210  2006-03-20 13:45  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\ChangeLog.txt
     目录           0  2006-03-20 13:49  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\Debug\
     文件         863  2006-03-20 10:32  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\Debug\BuildLog.htm
     文件        2180  2006-03-20 10:10  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\OPCClient.cpp
     文件        3077  2006-03-20 10:09  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\OPCClient.h
     文件        4401  2006-03-19 07:05  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\OPCClientToolKit.vcproj
     文件         681  2006-03-18 23:31  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\OPCClientToolKitDLL.h
     文件       24718  2005-11-18 06:05  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\opccomn.h
     文件        2362  2005-11-18 06:05  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\opccomn_i.c
     文件      145926  2005-11-18 06:05  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\opcda.h
     文件        4452  2005-11-18 06:05  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\opcda_i.c
     文件        2109  2004-12-02 08:28  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\OpcEnum.h
     文件        1931  2005-11-18 06:05  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\OpcEnum_i.c
     文件       12764  2006-03-18 07:49  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\OPCGroup.cpp
     文件        4621  2006-03-18 07:40  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\OPCGroup.h
     文件        7201  2006-03-09 12:01  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\OPCHost.cpp
     文件        3486  2006-03-09 11:53  ProjectsInAutomation\OPC_DA_ClientSDK_0.4\OPCClientToolKit\OPCHost.h
............此处省略32个文件信息

评论

共有 条评论