新增阿尔泰卡测试功能。
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
#ifndef ART_PCI8622_INCLUDED
|
||||
#define ART_PCI8622_INCLUDED
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#include "PCI8622.h"
|
||||
//======================================================================================
|
||||
class CART_PCI8622
|
||||
{
|
||||
protected:
|
||||
|
||||
public:
|
||||
CART_PCI8622();
|
||||
~CART_PCI8622();
|
||||
|
||||
BOOL Init();
|
||||
BOOL Exit();
|
||||
BOOL GetData();
|
||||
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user