...Maybe the best way to give a full description is to explain the history of this project.
History:
This instrument driver project is part of of a non open source data acquisition and analysis project used at Colorado School of Mines, JSeisLab. JSeisLab is a Java port of its predecessor "Spectrum Division for Windows" which is written in VB 6.0.
Design:
I created a 64-bit JNA wrapper with IVI's visa.h version 5.0 as input to JNAerator (https://github.com/nativelibs4java/JNAerator). Instrument drivers written in Java can use this wrapper. ...