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.
28 lines
900 B
C
28 lines
900 B
C
|
5 years ago
|
// InputController_1203.h: interface for the CInputController_1203 class.
|
||
|
|
//
|
||
|
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
|
||
|
|
#if !defined(AFX_INPUTCONTROLLER_1203_H__D937EBC5_25E7_4A81_9CAF_18EBCF8F49F8__INCLUDED_)
|
||
|
|
#define AFX_INPUTCONTROLLER_1203_H__D937EBC5_25E7_4A81_9CAF_18EBCF8F49F8__INCLUDED_
|
||
|
|
|
||
|
|
#if _MSC_VER > 1000
|
||
|
|
#pragma once
|
||
|
|
#endif // _MSC_VER > 1000
|
||
|
|
|
||
|
|
#include "InputControllerBase.h"
|
||
|
|
|
||
|
|
class CInputController_1203 : public CInputControllerBase
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
CInputController_1203();
|
||
|
|
virtual ~CInputController_1203();
|
||
|
|
|
||
|
|
// 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;
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // !defined(AFX_INPUTCONTROLLER_1203_H__D937EBC5_25E7_4A81_9CAF_18EBCF8F49F8__INCLUDED_)
|