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.
|
|
|
|
// Input_7296.h: interface for the CInput_7296 class.
|
|
|
|
|
//
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
#if !defined(AFX_INPUT_7296_H__DAB9B54C_A2EA_4DC0_A12F_9855EF77BA2D__INCLUDED_)
|
|
|
|
|
#define AFX_INPUT_7296_H__DAB9B54C_A2EA_4DC0_A12F_9855EF77BA2D__INCLUDED_
|
|
|
|
|
|
|
|
|
|
#if _MSC_VER > 1000
|
|
|
|
|
#pragma once
|
|
|
|
|
#endif // _MSC_VER > 1000
|
|
|
|
|
|
|
|
|
|
#include "InputBase.h"
|
|
|
|
|
|
|
|
|
|
class CAdlinkCommon;
|
|
|
|
|
|
|
|
|
|
class CInput_7296 : public CInputBase
|
|
|
|
|
{
|
|
|
|
|
public:
|
|
|
|
|
CInput_7296(const CInputSetting &Setting);
|
|
|
|
|
virtual ~CInput_7296();
|
|
|
|
|
|
|
|
|
|
int GetState() override;
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
std::unique_ptr<CAdlinkCommon> m_pCommon;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif // !defined(AFX_INPUT_7296_H__DAB9B54C_A2EA_4DC0_A12F_9855EF77BA2D__INCLUDED_)
|