Scope
|
#include <FPGAResonanceScannerPage.h>
Inherits CPropertyPageImpl< CFPGAResonanceScannerPage >.
Public Types | |
enum | { IDD = IDD_FPGARESONANCESCANNER_PROPPAGE } |
Public Member Functions | |
CFPGAResonanceScannerPage (parameters::InputsFPGAResonanceScanner *const _parameters) | |
Called via Win32 messages | |
BOOL | OnInitDialog (CWindow wndFocus, LPARAM lInitParam) |
Public Attributes | |
LEDs for FPGA status | |
CScopeLEDCtrl | tohostoverflow1_led |
CScopeLEDCtrl | tohostoverflow2_led |
CScopeLEDCtrl | interloopoverflow_led |
CScopeLEDCtrl | interlooptimeout_led |
CScopeLEDCtrl | acquiring_led |
CScopeLEDCtrl | aioverrange_led |
Baseline and bitshift for both channels. Baseline is around 32768 and bitshift for conversion from U32 to U16, start at around 3?! | |
CScopeEditCtrl< uint8_t > | bitshiftch1_edit |
CScopeEditCtrl< uint32_t > | baselinech1_edit |
CScopeEditCtrl< uint8_t > | bitshiftch2_edit |
CScopeEditCtrl< uint32_t > | baselinech2_edit |
Class for the analog integrator FPGA info property page.
Definition at line 21 of file FPGAResonanceScannerPage.h.
scope::gui::CFPGAResonanceScannerPage::CFPGAResonanceScannerPage | ( | parameters::InputsFPGAResonanceScanner *const | _parameters | ) |
Connect to the FIFOStatus ScopeNumbers.
Definition at line 8 of file FPGAResonanceScannerPage.cpp.