|
|
@@ -101,6 +101,9 @@ namespace OTSModelSharp
|
|
|
|
|
|
// X-Ray parameter,this is the initialization parameter
|
|
|
COTSXRayParam m_pXRayParam;
|
|
|
+
|
|
|
+ //IMeasureHardware aa = new IMeasureHardware();
|
|
|
+ // ISemController
|
|
|
public SmplMeasure()
|
|
|
{
|
|
|
if (loger == null)
|
|
|
@@ -970,18 +973,18 @@ namespace OTSModelSharp
|
|
|
}
|
|
|
|
|
|
// hardware control
|
|
|
- public COTSSemBase GetSEMControl()//Control中的方法
|
|
|
- {
|
|
|
- // SEM controller
|
|
|
- COTSSemBase pSEMController = null;
|
|
|
+ //public COTSSemBase GetSEMControl()//Control中的方法
|
|
|
+ //{
|
|
|
+ // // SEM controller
|
|
|
+ // COTSSemBase pSEMController = null;
|
|
|
|
|
|
|
|
|
- // get SEM controller
|
|
|
- pSEMController = m_pMsrThread.GetSEMController();
|
|
|
+ // // get SEM controller
|
|
|
+ // pSEMController = m_pMsrThread.GetSEMController();
|
|
|
|
|
|
- // return SEM controller
|
|
|
- return pSEMController;
|
|
|
- }
|
|
|
+ // // return SEM controller
|
|
|
+ // return pSEMController;
|
|
|
+ //}
|
|
|
|
|
|
public COTSScanBase GetScanControl()
|
|
|
{
|