National Instruments NI-VXI Network Card User Manual


 
Chapter 7 Using the NI-VXI/NI-VISA Software
© National Instruments Corporation 7-5 PCI-MXI-2 for Linux
If you define this symbol in your source code, your source code should look
something like the following sample code:
#define VXILINUX
.
.
.
#include <nivxi.h>
Refer to the documentation that came with your compiler package for
detailed instructions about using the compiler and the various tools (linker,
debugger, and so on). Your compiler documentation is an important and
useful source of information for writing, compiling, and debugging
Cprograms.