You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitlib.pub/MITLIB/IODll/MotionController_ADLINK_APS.h

25 lines
849 B
C++

// MotionController_ADLINK_APS.h: interface for the CMotionController_ADLINK_APS class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MOTIONCONTROLLER_ADLINK_APS_H__2B8E92ED_42EF_4887_8D87_9C9AAEEE22CD__INCLUDED_)
#define AFX_MOTIONCONTROLLER_ADLINK_APS_H__2B8E92ED_42EF_4887_8D87_9C9AAEEE22CD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "MotionControllerBase.h"
class CMotionController_ADLINK_APS : public CMotionControllerBase
{
public:
CMotionController_ADLINK_APS();
virtual ~CMotionController_ADLINK_APS();
virtual BOOL Init(int nCardType, CArray<stCard, stCard> &astCard, int &nNoOfMtr);
virtual void Close(int nCardType);
};
#endif // !defined(AFX_MOTIONCONTROLLER_ADLINK_APS_H__2B8E92ED_42EF_4887_8D87_9C9AAEEE22CD__INCLUDED_)