Scope
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
DAQmxPage.cpp
1
#include "
stdafx.h
"
2
#include "DAQmxPage.h"
3
4
namespace
scope
{
5
namespace
gui {
6
7
CDAQmxPage::CDAQmxPage
(
parameters::InputsDAQmx
*
const
_parameters)
8
: daqmxversion_edit(&_parameters->diagnosis.daqmxversion) {
9
}
10
11
BOOL CDAQmxPage::OnInitDialog(CWindow wndFocus, LPARAM lInitParam) {
12
daqmxversion_edit
.
AttachToDlgItem
(GetDlgItem(IDC_DAQMXVERSION_EDIT));
13
14
return
0;
15
}
16
17
}}
scope
Definition:
BaseController.h:6
scope::gui::CScopeEditCtrl::AttachToDlgItem
bool AttachToDlgItem(HWND hWnd)
Attach the control to a dialog item.
Definition:
ScopeEditCtrl.h:68
stdafx.h
This is the include file for standard system include files, or project specific include files that ar...
scope::gui::CDAQmxPage::CDAQmxPage
CDAQmxPage(parameters::InputsDAQmx *const _parameters)
Connect to the FIFOStatus ScopeNumbers.
Definition:
DAQmxPage.cpp:7
scope::parameters::InputsDAQmx
Parameters for pixel acquisition with NI-DAQmx.
Definition:
IO.h:58
scope::gui::CDAQmxPage::daqmxversion_edit
CScopeEditCtrl< std::wstring > daqmxversion_edit
DAQmx library version number.
Definition:
DAQmxPage.h:22
scope
gui
DAQmxPage.cpp
Generated on Sun Feb 15 2015 13:20:52 for Scope by
1.8.9