User`s guide
Supporting Hardware Triggers
5-29
// Add code here to configure the image
// acquisition device for hardware
// triggering.
}
if (adaptor->isSendFrame()) {
// see acquistion thread
} // if isSendFrame()
// Increment the frame count.
adaptor->incrementFrameCount();
} // while(isAcquisitionNotComplete()
break;
} //switch-case WM_USER
} //while message is not WM_QUIT
return 0;
}