当前位置:
工控论坛
> >
产品
>
OPC
我要发帖
首页
上一页
1
2
3
下一页
尾页
哪里有opc各个组件接口定义的头文件(.h, *_i.c)下载?
点击:
6542
| 回复:
43
jack_chen
关注
私信
精华:1帖
求助:0帖
帖子:3帖 | 7回
年度积分:0
历史总积分:72
注册:2003年3月05日
发表于:2003-11-14 08:29:00
楼主
分享到:
收藏
邀请回答
回复楼主
举报
alou
关注
私信
精华:0帖
求助:0帖
帖子:2帖 | 107回
年度积分:0
历史总积分:410
注册:2004年2月07日
发表于:2010-11-22 15:47:25
41楼
#ifndef __IOPCServer_FWD_DEFINED__
#define __IOPCServer_FWD_DEFINED__
typedef interface IOPCServer IOPCServer;
#endif /* __IOPCServer_FWD_DEFINED__ */
#ifndef __IOPCServerPublicGroups_FWD_DEFINED__
#define __IOPCServerPublicGroups_FWD_DEFINED__
typedef interface IOPCServerPublicGroups IOPCServerPublicGroups;
#endif /* __IOPCServerPublicGroups_FWD_DEFINED__ */
#ifndef __IOPCBrowseServerAddressSpace_FWD_DEFINED__
#define __IOPCBrowseServerAddressSpace_FWD_DEFINED__
typedef interface IOPCBrowseServerAddressSpace IOPCBrowseServerAddressSpace;
#endif /* __IOPCBrowseServerAddressSpace_FWD_DEFINED__ */
#ifndef __IOPCGroupStateMgt_FWD_DEFINED__
#define __IOPCGroupStateMgt_FWD_DEFINED__
typedef interface IOPCGroupStateMgt IOPCGroupStateMgt;
#endif /* __IOPCGroupStateMgt_FWD_DEFINED__ */
#ifndef __IOPCPublicGroupStateMgt_FWD_DEFINED__
#define __IOPCPublicGroupStateMgt_FWD_DEFINED__
typedef interface IOPCPublicGroupStateMgt IOPCPublicGroupStateMgt;
#endif /* __IOPCPublicGroupStateMgt_FWD_DEFINED__ */
#ifndef __IOPCSyncIO_FWD_DEFINED__
#define __IOPCSyncIO_FWD_DEFINED__
typedef interface IOPCSyncIO IOPCSyncIO;
#endif /* __IOPCSyncIO_FWD_DEFINED__ */
#ifndef __IOPCAsyncIO_FWD_DEFINED__
#define __IOPCAsyncIO_FWD_DEFINED__
typedef interface IOPCAsyncIO IOPCAsyncIO;
#endif /* __IOPCAsyncIO_FWD_DEFINED__ */
#ifndef __IOPCDataCallback_FWD_DEFINED__
#define __IOPCDataCallback_FWD_DEFINED__
typedef interface IOPCDataCallback IOPCDataCallback;
#endif /* __IOPCDataCallback_FWD_DEFINED__ */
#ifndef __IOPCItemMgt_FWD_DEFINED__
#define __IOPCItemMgt_FWD_DEFINED__
typedef interface IOPCItemMgt IOPCItemMgt;
#endif /* __IOPCItemMgt_FWD_DEFINED__ */
#ifndef __IEnumOPCItemAttributes_FWD_DEFINED__
#define __IEnumOPCItemAttributes_FWD_DEFINED__
typedef interface IEnumOPCItemAttributes IEnumOPCItemAttributes;
#endif /* __IEnumOPCItemAttributes_FWD_DEFINED__ */
#ifndef __IOPCAsyncIO2_FWD_DEFINED__
#define __IOPCAsyncIO2_FWD_DEFINED__
typedef interface IOPCAsyncIO2 IOPCAsyncIO2;
#endif /* __IOPCAsyncIO2_FWD_DEFINED__ */
#ifndef __IOPCItemProperties_FWD_DEFINED__
#define __IOPCItemProperties_FWD_DEFINED__
typedef interface IOPCItemProperties IOPCItemProperties;
#endif /* __IOPCItemProperties_FWD_DEFINED__ */
#ifndef __IOPCItemDeadbandMgt_FWD_DEFINED__
#define __IOPCItemDeadbandMgt_FWD_DEFINED__
typedef interface IOPCItemDeadbandMgt IOPCItemDeadbandMgt;
#endif /* __IOPCItemDeadbandMgt_FWD_DEFINED__ */
#ifndef __IOPCItemSamplingMgt_FWD_DEFINED__
#define __IOPCItemSamplingMgt_FWD_DEFINED__
typedef interface IOPCItemSamplingMgt IOPCItemSamplingMgt;
#endif /* __IOPCItemSamplingMgt_FWD_DEFINED__ */
回复
引用
举报
alou
关注
私信
精华:0帖
求助:0帖
帖子:2帖 | 107回
年度积分:0
历史总积分:410
注册:2004年2月07日
发表于:2010-11-22 15:47:51
42楼
#ifndef __IOPCBrowse_FWD_DEFINED__
#define __IOPCBrowse_FWD_DEFINED__
typedef interface IOPCBrowse IOPCBrowse;
#endif /* __IOPCBrowse_FWD_DEFINED__ */
#ifndef __IOPCItemIO_FWD_DEFINED__
#define __IOPCItemIO_FWD_DEFINED__
typedef interface IOPCItemIO IOPCItemIO;
#endif /* __IOPCItemIO_FWD_DEFINED__ */
#ifndef __IOPCSyncIO2_FWD_DEFINED__
#define __IOPCSyncIO2_FWD_DEFINED__
typedef interface IOPCSyncIO2 IOPCSyncIO2;
#endif /* __IOPCSyncIO2_FWD_DEFINED__ */
#ifndef __IOPCAsyncIO3_FWD_DEFINED__
#define __IOPCAsyncIO3_FWD_DEFINED__
typedef interface IOPCAsyncIO3 IOPCAsyncIO3;
#endif /* __IOPCAsyncIO3_FWD_DEFINED__ */
#ifndef __IOPCGroupStateMgt2_FWD_DEFINED__
#define __IOPCGroupStateMgt2_FWD_DEFINED__
typedef interface IOPCGroupStateMgt2 IOPCGroupStateMgt2;
#endif /* __IOPCGroupStateMgt2_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
#ifndef __CATID_OPCDAServer10_INTERFACE_DEFINED__
#define __CATID_OPCDAServer10_INTERFACE_DEFINED__
/* interface CATID_OPCDAServer10 */
/* [object][uuid] */
EXTERN_C const IID IID_CATID_OPCDAServer10;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("63D5F430-CFE4-11d1-B2C8-0060083BA1FB")
CATID_OPCDAServer10 : public IUnknown
{
public:
};
#else /* C style interface */
typedef struct CATID_OPCDAServer10Vtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
CATID_OPCDAServer10 * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
CATID_OPCDAServer10 * This);
ULONG ( STDMETHODCALLTYPE *Release )(
CATID_OPCDAServer10 * This);
END_INTERFACE
} CATID_OPCDAServer10Vtbl;
interface CATID_OPCDAServer10
{
CONST_VTBL struct CATID_OPCDAServer10Vtbl *lpVtbl;
};
#ifdef COBJMACROS
#define CATID_OPCDAServer10_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define CATID_OPCDAServer10_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define CATID_OPCDAServer10_Release(This) \
(This)->lpVtbl -> Release(This)
#endif /* COBJMACROS */
#endif /* C style interface */
回复
引用
举报
haibangwolaoda
关注
私信
精华:0帖
求助:0帖
帖子:0帖 | 1回
年度积分:0
历史总积分:11
注册:2011年11月03日
发表于:2011-11-03 09:01:48
43楼
麻烦给我也发一份,谢谢 我的邮箱是:
wd6547115@163.com
回复
引用
举报
热门招聘
相关主题
opc服务器能否用vb6开发
[1908]
Iocomp opc dll missing故障...
[3790]
远程读取wincc opcserver出现...
[9349]
OPC是什么东东?
[2539]
嵌入式OPC UA的客户端程序如...
[3836]
opc.net
[1369]
opc data acess compliance ...
[1452]
OPC自定义接口dll文件WIN10注...
[1885]
OPC和Modbus这两种通讯方式各...
[2441]
opc服务器能不能只用wtopcsv...
[11302]
官方公众号
智造工程师
客服
小程序
公众号
首页
上一页
1
2
3
下一页
尾页