Scope
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
FPGAAnalogIntegratorPage.h
1
#pragma once
2
3
#include "ScopeDefines.h"
4
#include "controls/ScopeLEDCtrl.h"
5
#include "controls/ScopeEditCtrl.h"
6
#include "controllers/ScopeController.h"
7
#include "devices/fpga/FPGAAnalogIntegrator.h"
8
#include "resource.h"
9
10
// Forward declaration
11
namespace
scope
{
12
namespace
parameters {
13
class
InputsFPGAAnalogIntegrator;
14
}
15
}
16
17
namespace
scope
{
18
namespace
gui {
19
21
class
CFPGAAnalogIntegratorPage
:
22
public
CPropertyPageImpl<CFPGAAnalogIntegratorPage> {
23
24
protected
:
25
26
public
:
27
enum
{ IDD = IDD_FPGAANALOGINTEGRATOR_PROPPAGE };
28
31
CScopeLEDCtrl
tohostoverflow1_led;
32
CScopeLEDCtrl
tohostoverflow2_led;
33
CScopeLEDCtrl
interloopoverflow_led;
34
CScopeLEDCtrl
interlooptimeout_led;
35
CScopeLEDCtrl
acquiring_led;
36
CScopeLEDCtrl
aioverrange_led;
41
CScopeEditCtrl<uint8_t>
bitshiftch1_edit;
42
CScopeEditCtrl<uint8_t>
baselinech1_edit;
43
CScopeEditCtrl<uint8_t>
bitshiftch2_edit;
44
CScopeEditCtrl<uint8_t>
baselinech2_edit;
48
CFPGAAnalogIntegratorPage
(
parameters::InputsFPGAAnalogIntegrator
*
const
_parameters);
49
50
BEGIN_MSG_MAP(
CFPGAAnalogIntegratorPage
)
51
MSG_WM_INITDIALOG(OnInitDialog);
52
REFLECT_NOTIFICATIONS()
53
END_MSG_MAP()
54
55
57
BOOL OnInitDialog(CWindow wndFocus, LPARAM lInitParam);
59
};
60
61
}}
scope::gui::CScopeLEDCtrl
An adapted CBitmapButton control around a ScopeNumber
to show true or false as green or red LED...
Definition:
ScopeLEDCtrl.h:12
scope::gui::CFPGAAnalogIntegratorPage
Class for the analog integrator FPGA info property page.
Definition:
FPGAAnalogIntegratorPage.h:21
scope
Definition:
BaseController.h:6
scope::gui::CScopeEditCtrl< uint8_t >
scope::parameters::InputsFPGAAnalogIntegrator
Parameters for pixel acquisition FPGAAnalogIntegrator.
Definition:
IO.h:411
scope::gui::CFPGAAnalogIntegratorPage::CFPGAAnalogIntegratorPage
CFPGAAnalogIntegratorPage(parameters::InputsFPGAAnalogIntegrator *const _parameters)
Connect to the FIFOStatus ScopeNumbers.
Definition:
FPGAAnalogIntegratorPage.cpp:8
scope
gui
FPGAAnalogIntegratorPage.h
Generated on Sun Feb 15 2015 13:20:53 for Scope by
1.8.9