
5 Acquiring Image Data
5-28
Main Acquisition Loop with Test for Hardware Trigger
Example
The following is an acquisition thread function that includes a call to check for hardware
trigger.
while(adaptor->isAcquisitionNotComplete()) {
// Check for hardware trigger
if (adaptor->useHardwareTrigger()) {