#include <stdio.h>
#include <NIDAQmx.h>
#include <iostream>
Go to the source code of this file.
Defines | |
#define | DAQmxErrChk(functionCall) if( DAQmxFailed(error=(functionCall)) ) goto Error; else |
Functions | |
int | daq_function (void) |
#define DAQmxErrChk | ( | functionCall | ) | if( DAQmxFailed(error=(functionCall)) ) goto Error; else |
int daq_function | ( | void | ) |