Cat
Macros
NI6008.cpp File Reference
#include <NIDAQmxBase.h>
#include "Application.h"
#include "NI6008.h"

Go to the source code of this file.

Macros

#define DAQmxErrChk(functionCall)   { if( DAQmxFailed(error=(functionCall)) ) { goto Error; } }
 

Macro Definition Documentation

◆ DAQmxErrChk

#define DAQmxErrChk (   functionCall)    { if( DAQmxFailed(error=(functionCall)) ) { goto Error; } }

Definition at line 16 of file NI6008.cpp.