2 #include "FPGAAnalogDemultiplexerResonancePage.h"
8 : tohostoverflowA1_led(&_parameters->diagnosis.ToHostOverflowA1)
9 , tohostoverflowA2_led(&_parameters->diagnosis.ToHostOverflowA2)
10 , interloopoverflow_led(&_parameters->diagnosis.InterloopOverflow)
11 , interlooptimeout_led(&_parameters->diagnosis.InterloopTimeout)
12 , acquiring_led(&_parameters->diagnosis.Acquiring, SCOPELED_OKONTRUE)
13 , aioverrange_led(&_parameters->diagnosis.AIOverRange)
14 , baselinech1_edit(&_parameters->BaselineCh1)
15 , baselinech2_edit(&_parameters->BaselineCh2)
16 , cutoffch1_edit(&_parameters->CutoffCh1)
17 , cutoffch2_edit(&_parameters->CutoffCh2)
18 , bitshiftch1a1_edit(&_parameters->BitshiftA1Ch1)
19 , bitshiftch2a1_edit(&_parameters->BitshiftA1Ch2)
20 , bitshiftch1a2_edit(&_parameters->BitshiftA2Ch1)
21 , bitshiftch2a2_edit(&_parameters->BitshiftA2Ch2) {
24 BOOL CFPGAAnalogDemultiplexerResonancePage::OnInitDialog(CWindow wndFocus, LPARAM lInitParam) {
25 tohostoverflowA1_led.
AttachToDlgItem(GetDlgItem(IDC_TOHOSTOVERFLOWA1_BUTTON));
26 tohostoverflowA2_led.
AttachToDlgItem(GetDlgItem(IDC_TOHOSTOVERFLOWA2_BUTTON));
27 interloopoverflow_led.
AttachToDlgItem(GetDlgItem(IDC_INTERLOOPOVERFLOW_BUTTON));
28 interlooptimeout_led.
AttachToDlgItem(GetDlgItem(IDC_INTERLOOPTIMEOUT_BUTTON));
CFPGAAnalogDemultiplexerResonancePage(parameters::InputsFPGAAnalogDemultiplexer *const _parameters)
Connect to the FIFOStatus ScopeNumbers.
bool AttachToDlgItem(HWND hWnd)
Attach the control to a dialog item.
bool AttachToDlgItem(HWND hWnd)
Attach the control to a dialog item.
This is the include file for standard system include files, or project specific include files that ar...