// InputController_7433.h: interface for the CInputController_7433 class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_INPUTCONTROLLER_7433_H__8F122EDF_A234_44FF_A804_2642B543BD17__INCLUDED_) #define AFX_INPUTCONTROLLER_7433_H__8F122EDF_A234_44FF_A804_2642B543BD17__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "InputControllerBase.h" class CInputController_7433 : public CInputControllerBase { public: CInputController_7433(); virtual ~CInputController_7433(); // method to initialise the input controller card BOOL Init(int nCardType, CArray &astCard); // method to close the input controller card void Close(int nCardType); // method to query if the input is OFF BOOL IsOff(const CInputSetting &InputSetting); // method to query if the input is ON BOOL IsOn(const CInputSetting &InputSetting); }; #endif // !defined(AFX_INPUTCONTROLLER_7433_H__8F122EDF_A234_44FF_A804_2642B543BD17__INCLUDED_)