| | |
| | | |
| | | virtual BOOL IDRO2P_GetMotorPos(int nModule, double &dXpos, double &dYpos)= 0; |
| | | virtual BOOL IDRO2P_SetGlassMode(BOOL bMode, int nCamidx, int nScanidx, double nXpos, double nYpos) = 0; |
| | | virtual BOOL IDRO2P_SetOffsetPram(int nCamIdx, int nScanIdx, BOOL bUse = 0) = 0; |
| | | //virtual const CSystemInfo* SP2P_System_GetSystemInfo()= 0; |
| | | //virtual const CMotorControlInfo* ISP2P_System_GetMotorInfo() = 0; |
| | | }; |
| | |
| | | afx_msg void OnBnClickedCheckOffsetMode(); |
| | | /*< LYW 20211025 - #index ADD Start >*/ |
| | | afx_msg void OnBnClickedOffsetLoad(); |
| | | void OffsetLoad(); |
| | | /*< LYW 20211025 - #index ADD End >*/ |
| | | /*< LYW 20211111 - #3766 ADD Start >*/ |
| | | double m_dWarnStandard; |
| | | double m_dHardStandard; |
| | | /*< LYW 20211111 - #3766 ADD End >*/ |
| | | virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult); |
| | | }; |