| | |
| | | #include "LanguageControl.h" |
| | | #include "LicenseChecker.h" |
| | | #include "TriggerControl_Mvsol.h" |
| | | #include "Thread_SaveFullImg.h" |
| | | |
| | | #if USE_WEBSOCKET |
| | | #include "WebSocketClientPool.h" |
| | |
| | | static UINT ScanStartCam_1(LPVOID pParam); |
| | | static UINT ScanStartCam_2(LPVOID pParam); |
| | | static UINT ScanStartCam_3(LPVOID pParam); |
| | | static UINT ScanStartCam_4(LPVOID pParam); |
| | | static UINT ScanStartCam_5(LPVOID pParam); |
| | | static UINT CheckScanStart(LPVOID pParam); |
| | | static UINT PLCSignalThreadFunc(LPVOID pParam); |
| | | static UINT ScanEndProcess(LPVOID pParam); |
| | | static UINT PLCSignalThreadFunc(LPVOID pParam); |
| | | static UINT ScanEndProcess(LPVOID pParam); |
| | | |
| | | protected: |
| | | BOOL InitInspect(); |
| | |
| | | CThread_SendMSG* m_pThread_SendMSG; |
| | | CThread_CheckSequence* m_pThread_CheckSequence; |
| | | CThread_ViewRefresh* m_pThread_ViewRefresh; |
| | | CThread_SaveFullImg* m_pSaveFullImgThread; |
| | | CPostProcess m_PostProcess; |
| | | CCriticalSection m_csScanStart; |
| | | int m_nScanStartCount; |