#pragma once
|
|
class AFX_EXT_CLASS CRsRcpDefectFindInfo
|
{
|
public:
|
CRsRcpDefectFindInfo(void);
|
virtual ~CRsRcpDefectFindInfo(void);
|
public:
|
void Reset();
|
void SetInfo(const CRsRcpDefectFindInfo& rhs);
|
void GetInfo(CRsRcpDefectFindInfo& rhs);
|
|
public:
|
BOOL m_bDefectFind; // ¼öÇàÀ¯¹«
|
int m_nDirection; // ã±â ¹æÇâ
|
int m_nDFPitchX; // ¹æÇâ ÇÇÄ¡
|
int m_nDFPitchY; // ¹æÇâ ÇÇÄ¡
|
int m_nDFAutoPitchRange; // ÀÚµ¿ ÇÇÄ¡ Ž»ö ¹üÀ§
|
int m_nDFThreshold; // ¹®Åΰª
|
int m_nDFThreshold2; // 2Â÷ ¹®Åΰª
|
};
|