QXRD  0.11.16
Macros
qxrdnidaqplugin.cpp File Reference

(Commit a65ccc9... : jennings : 2016-03-15 14:00:18 -0500)

#include "qxrdnidaqplugin.h"
#include "NIDAQmx.h"
#include <QVector>
#include <stdio.h>
#include <QMutexLocker>
#include <QStringList>
Include dependency graph for qxrdnidaqplugin.cpp:

Go to the source code of this file.

Macros

#define DAQmxErrChk(functionCall)   do { if( DAQmxFailed(error=(functionCall)) ) { QxrdNIDAQPlugin::errorCheck(__FILE__,__LINE__,error); goto Error; } } while(0)
 

Macro Definition Documentation

#define DAQmxErrChk (   functionCall)    do { if( DAQmxFailed(error=(functionCall)) ) { QxrdNIDAQPlugin::errorCheck(__FILE__,__LINE__,error); goto Error; } } while(0)