Scope
|
#include <DAQmxPage.h>
Inherits CPropertyPageImpl< CDAQmxPage >.
Public Types | |
enum | { IDD = IDD_DAQMX_PROPPAGE } |
Public Member Functions | |
CDAQmxPage (parameters::InputsDAQmx *const _parameters) | |
Called via Win32 messages | |
BOOL | OnInitDialog (CWindow wndFocus, LPARAM lInitParam) |
Public Attributes | |
CScopeEditCtrl< std::wstring > | daqmxversion_edit |
Class for the DAQmx inputs property page.
Definition at line 13 of file DAQmxPage.h.
scope::gui::CDAQmxPage::CDAQmxPage | ( | parameters::InputsDAQmx *const | _parameters | ) |
Connect to the FIFOStatus ScopeNumbers.
Definition at line 7 of file DAQmxPage.cpp.
CScopeEditCtrl<std::wstring> scope::gui::CDAQmxPage::daqmxversion_edit |
DAQmx library version number.
Definition at line 22 of file DAQmxPage.h.