opcdrvthread.h

来自「基于Intellution开发包的开发的OPC服务器」· C头文件 代码 · 共 29 行

H
29
字号
// OPCDrvThread.h
//
// This file contains function prototypes for the OPC 
// Code Background Thread Manger.
//
//
//	(C) COPYRIGHT 1996-1998, INTELLUTION INC.
// ALL RIGHTS RESERVED
//
//
// Modification Log:
//	Vers	Date		By		Notes
//	----	--------	---		-----
//	1.0		08/26/97	jra		Created
//	1.3		03/10/98	jra		Modified to be wizard generated and driver specific.
//	7.13	02/29/00	jra		Added definition for DeleteServerSlot()
//

#include "OPCDrv.h"


void	InitServerSlot(void);
void	DeleteServerSlot(void);
BOOL	FindServerSlot(int *slot, COPCDrvServer *pServer);
void	ClearServerSlot(int i);
int		GetServerSlotCount(void);

BOOL    ChangeDriverThreadPriority(DWORD dwPriority);

⌨️ 快捷键说明

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