|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
#include <HardwareAdapterNIDAQ.h>
Public Types | |
| enum | UseOnlyOnBrdMemType { UseMemoryBuffer , OnlyOnboardMemory } |
Public Member Functions | |
| NIDAQOutputPortParamsExtension (DynExp::ParamsBase &Owner) | |
| void | DisableUserEditable () |
Static Public Member Functions | |
| static Util::TextValueListType< UseOnlyOnBrdMemType > | UseOnlyOnBrdMemTypeStrList () |
Public Attributes | |
| DynExp::ParamsBase::Param< UseOnlyOnBrdMemType > | UseOnlyOnBrdMem |
| Write directly to device's onboard memory? | |
Static Private Attributes | |
| static constexpr UseOnlyOnBrdMemType | DefaultUseOnlyOnBrdMem = UseOnlyOnBrdMemType::UseMemoryBuffer |
Definition at line 33 of file HardwareAdapterNIDAQ.h.
| Enumerator | |
|---|---|
| UseMemoryBuffer | |
| OnlyOnboardMemory | |
Definition at line 36 of file HardwareAdapterNIDAQ.h.
|
inline |
Definition at line 44 of file HardwareAdapterNIDAQ.h.
| void DynExpHardware::NIDAQOutputPortParamsExtension::DisableUserEditable | ( | ) |
Definition at line 18 of file HardwareAdapterNIDAQ.cpp.
|
static |
Definition at line 8 of file HardwareAdapterNIDAQ.cpp.
|
staticconstexprprivate |
Definition at line 39 of file HardwareAdapterNIDAQ.h.
| DynExp::ParamsBase::Param<UseOnlyOnBrdMemType> DynExpHardware::NIDAQOutputPortParamsExtension::UseOnlyOnBrdMem |
Write directly to device's onboard memory?
Definition at line 54 of file HardwareAdapterNIDAQ.h.