| | |
| | | ID_INDICATOR_SCRL, |
| | | }; |
| | | |
| | | // 정의 |
| | | |
| | | // CMainFrame 생성/소멸 |
| | | |
| | | CMainFrame::CMainFrame() |
| | |
| | | if (CFrameWndEx::OnCreate(lpCreateStruct) == -1) |
| | | return -1; |
| | | |
| | | SetUnhandledExceptionFilter(TopLevelExceptionFilterCallBack); |
| | | |
| | | ModifyStyle(WS_CAPTION, NULL); |
| | | |
| | | SetMenu(NULL); |
| | |
| | | //SetTimer(ID_TIMER_WSI_START_ACK_TIME, 100, NULL); |
| | | |
| | | SetTimer(ID_TIMER_SEND_SIGNAL_ALIVE, 100, NULL); |
| | | |
| | | system("net use Y: \\\\126.100.100.1\\d\\DIT_ResultData pw:dit/user:Server/persistent:yes"); |
| | | |
| | | //LYW Align Reconnect |
| | | //업데이트시 |
| | | system("netsh interface set interface name = \"Align #1\" admin = disable&& netsh interface set interface name = \"Align #1\" admin = enable&& netsh interface set interface name = \"Align #2\" admin = disable&& netsh interface set interface name = \"Align #2\" admin = enable"); |
| | | Sleep(2000); |
| | | |
| | | // SetTimer(ID_TIMER_WSI_LONGRUN_TEST_TIME, 10000, NULL); |
| | | |
| | |
| | | if (pSequenceProcessor == NULL) return; |
| | | |
| | | pSequenceProcessor->SendSignalReviewAlive((long)m_bAlive); |
| | | |
| | | //#3358 KYH FDC 데이터 전송 시점 개선 ADD START |
| | | pSequenceProcessor->MakeDVData2(); // 210325 kyh |
| | | //#3358 KYH FDC 데이터 전송 시점 개선 ADD END |
| | | } |
| | | void CMainFrame::SendAFMAlive() |
| | | { |
| | |
| | | return TRUE; |
| | | } |
| | | return FALSE; |
| | | } |
| | | } |
| | | |