1 | 1. The Java calling program (jdmmtst.java) |
2 | 2. The Java loadLibrary class (CWRAP.java) |
3 | 3. The java loadLibrary header file (CWRAP.h) |
4 | 4. The C functions (c wrappers to call ATLAS and ATLAS c software library). |
5 | 5. The shared object (libCWRAP.so) which contains executable binaries of the C wrapper functions and all the ATLAS functions. |
6 |