Cat
|
Go to the source code of this file.
Macros | |
#define | DAQmxErrChk(functionCall) { if( DAQmxFailed(error=(functionCall)) ) { goto Error; } } |
#define DAQmxErrChk | ( | functionCall | ) | { if( DAQmxFailed(error=(functionCall)) ) { goto Error; } } |
Definition at line 16 of file NI6008.cpp.