// InputController_7432.h: interface for the CInputController_7432 class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_INPUTCONTROLLER_7432_H__8E2D07EB_A40B_45E1_B2F2_BB04214C876B__INCLUDED_) #define AFX_INPUTCONTROLLER_7432_H__8E2D07EB_A40B_45E1_B2F2_BB04214C876B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "InputControllerBase.h" class CAdlinkCommon; class CInputController_7432 : public CInputControllerBase { public: CInputController_7432(); virtual ~CInputController_7432(); // method to initialise the input controller card int InitCard(int nHardwareIniTypeID, int nHardwareIniTypeCardNo, int *pPhysicalCardID) override; // method to close the input controller card int CloseCard(int nPhysicalCardID) override; private: std::unique_ptr m_pCommon; }; #endif // !defined(AFX_INPUTCONTROLLER_7432_H__8E2D07EB_A40B_45E1_B2F2_BB04214C876B__INCLUDED_)