新增阿尔泰卡测试功能。

This commit is contained in:
TAO Cheng
2014-04-29 18:13:54 +08:00
parent d1cf313511
commit 46b61ce1e0
19 changed files with 711 additions and 27 deletions
@@ -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