|
Cat
|
#include "Server_NI6008.h"Go to the source code of this file.
Macros | |
| #define | DAQmxErrChk(functionCall) { if( DAQmxFailed(error=(functionCall)) ) { goto Error; } } |
Functions | |
| int | main (int argc, char *argv[]) |
| #define DAQmxErrChk | ( | functionCall | ) | { if( DAQmxFailed(error=(functionCall)) ) { goto Error; } } |
Definition at line 13 of file Server_NI6008.cpp.
Referenced by Server_NI6008::AI(), Server_NI6008::AO(), Server_NI6008::AO0(), Server_NI6008::AO1(), and Server_NI6008::DI().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 3 of file Server_NI6008.cpp.
1.8.13