QXRD
0.11.16
|
#include "qxrdnidaqplugin.h"
#include "NIDAQmx.h"
#include <QVector>
#include <stdio.h>
#include <QMutexLocker>
#include <QStringList>
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) |
#define DAQmxErrChk | ( | functionCall | ) | do { if( DAQmxFailed(error=(functionCall)) ) { QxrdNIDAQPlugin::errorCheck(__FILE__,__LINE__,error); goto Error; } } while(0) |
Definition at line 11 of file qxrdnidaqplugin.cpp.
Referenced by QxrdNIDAQPlugin::configCounters(), QxrdNIDAQPlugin::count(), QxrdNIDAQPlugin::deviceAIChannels(), QxrdNIDAQPlugin::deviceAOChannels(), QxrdNIDAQPlugin::deviceCIChannels(), QxrdNIDAQPlugin::deviceCOChannels(), QxrdNIDAQPlugin::deviceDILines(), QxrdNIDAQPlugin::deviceDIPorts(), QxrdNIDAQPlugin::deviceDOLines(), QxrdNIDAQPlugin::deviceDOPorts(), QxrdNIDAQPlugin::deviceIsSimulated(), QxrdNIDAQPlugin::deviceNames(), QxrdNIDAQPlugin::deviceType(), QxrdNIDAQPlugin::getAnalogInput(), QxrdNIDAQPlugin::prepareContinuousInput(), QxrdNIDAQPlugin::readContinuousInput(), QxrdNIDAQPlugin::readCounters(), QxrdNIDAQPlugin::setAnalogOutput(), QxrdNIDAQPlugin::setAnalogWaveform(), and QxrdNIDAQPlugin::triggerAnalogWaveform().