28 bool WaitFor(
const bool& _waitforhigh);
Thread-safe lock-free bool to signal a requested stop to the worker function currently executed in th...
const StopCondition *const sc
The StopCondition to check if set for aborting the WaitFor.
GaterDAQmx(const std::wstring &_gateline, const StopCondition *const _sc)
Initialize waiting task.
bool WaitFor(const bool &_waitforhigh)
Starts a DAQmx task that waits until the digital line is either high or low (depending on _waitforhig...
Starts a DAQmx task that waits until the digital line is either high or low (depending on _waitforhig...
const std::wstring gateline
Line on which to wait for digital high/low signal.