Scope
|
#include <FPGAAnalogDemultiplexerResonancePage.h>
Inherits CPropertyPageImpl< CFPGAAnalogDemultiplexerResonancePage >.
Public Types | |
enum | { IDD = IDD_FPGAANALOGDEMULTIPLEXER_PROPPAGE } |
Public Member Functions | |
CFPGAAnalogDemultiplexerResonancePage (parameters::InputsFPGAAnalogDemultiplexer *const _parameters) | |
Called via Win32 messages | |
BOOL | OnInitDialog (CWindow wndFocus, LPARAM lInitParam) |
Public Attributes | |
LEDs for FPGA status | |
CScopeLEDCtrl | tohostoverflowA1_led |
CScopeLEDCtrl | tohostoverflowA2_led |
CScopeLEDCtrl | interloopoverflow_led |
CScopeLEDCtrl | interlooptimeout_led |
CScopeLEDCtrl | acquiring_led |
CScopeLEDCtrl | aioverrange_led |
Baseline and bitshift for both channels. Baseline is around 127 and bitshift for conversion from U32 to U16, start at around 3?! | |
CScopeEditCtrl< uint8_t > | bitshiftch1a1_edit |
CScopeEditCtrl< uint8_t > | bitshiftch1a2_edit |
CScopeEditCtrl< uint8_t > | baselinech1_edit |
CScopeEditCtrl< uint8_t > | baselinech2_edit |
CScopeEditCtrl< uint8_t > | cutoffch1_edit |
CScopeEditCtrl< uint8_t > | cutoffch2_edit |
CScopeEditCtrl< uint8_t > | bitshiftch2a1_edit |
CScopeEditCtrl< uint8_t > | bitshiftch2a2_edit |
Class for the analog demultiplexer FPGA infos property page.
Definition at line 22 of file FPGAAnalogDemultiplexerResonancePage.h.
scope::gui::CFPGAAnalogDemultiplexerResonancePage::CFPGAAnalogDemultiplexerResonancePage | ( | parameters::InputsFPGAAnalogDemultiplexer *const | _parameters | ) |
Connect to the FIFOStatus ScopeNumbers.
Definition at line 7 of file FPGAAnalogDemultiplexerResonancePage.cpp.