2 #include "FPGAResonanceScannerPage.h"
3 #include "parameters\IO.h"
9 : tohostoverflow1_led(&_parameters->diagnosis.ToHostOverflowCh1)
10 , tohostoverflow2_led(&_parameters->diagnosis.ToHostOverflowCh2)
11 , interloopoverflow_led(&_parameters->diagnosis.InterloopOverflow)
12 , interlooptimeout_led(&_parameters->diagnosis.InterloopTimeout)
13 , acquiring_led(&_parameters->diagnosis.Acquiring, SCOPELED_OKONTRUE)
14 , aioverrange_led(&_parameters->diagnosis.AIOverRange)
15 , bitshiftch1_edit(&_parameters->BitshiftCh1)
16 , baselinech1_edit(&_parameters->BaselineCh1)
17 , bitshiftch2_edit(&_parameters->BitshiftCh2)
18 , baselinech2_edit(&_parameters->BaselineCh2) {
21 BOOL CFPGAResonanceScannerPage::OnInitDialog(CWindow wndFocus, LPARAM lInitParam) {
22 tohostoverflow1_led.
AttachToDlgItem(GetDlgItem(IDC_TOHOSTOVERFLOW1_BUTTON));
23 tohostoverflow2_led.
AttachToDlgItem(GetDlgItem(IDC_TOHOSTOVERFLOW2_BUTTON));
24 interloopoverflow_led.
AttachToDlgItem(GetDlgItem(IDC_INTERLOOPOVERFLOW_BUTTON));
25 interlooptimeout_led.
AttachToDlgItem(GetDlgItem(IDC_INTERLOOPTIMEOUT1_BUTTON));
bool AttachToDlgItem(HWND hWnd)
Attach the control to a dialog item.
bool AttachToDlgItem(HWND hWnd)
Attach the control to a dialog item.
CFPGAResonanceScannerPage(parameters::InputsFPGAResonanceScanner *const _parameters)
Connect to the FIFOStatus ScopeNumbers.
This is the include file for standard system include files, or project specific include files that ar...