Running C/C++ Applications Under Linux - Agilent Technologies Acqiris U10 Series Manual

Table of Contents

Advertisement

Running C/C++ Applications under Linux

Several example programs may be found in the .tar.gz package file, under the folder:
/MD1_Software_Linux_X.xx.xx.tar/LinuxMD1-X.xx.xx/U10xx/Examples/
New C/C++ software applications
Please refer to the programming information contained in the README file, section 6.2.
An example program and makefile is located in:
Existing C/C++ software applications
If you have previously written applications with the Acqiris software, it will be necessary to make some changes
to your project to use the new AgMD1Fundamental driver as follows:
1. In the Makefile, link to the new library:
-lAgMD1Fundamental
2. In your code, include the header file:
AgMD1Fundamental.h
You may now compile and run your existing code with the new AgMD1Fundamental driver.
Agilent Acqiris U10xx Series Products Startup Guide
/usr/share/doc/md1/examples
(in place of -lAqDrv4)
(in place of AcqirisImport.h and AcqirisD1Import.h)
Running C/C++ Applications under Linux
15

Advertisement

Table of Contents
loading

Table of Contents