Defines | Functions

unlock/bci/acquire-c++/NiDaqMx.hpp File Reference

#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 Documentation

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

Function Documentation

int daq_function ( void   )