| Revision 211,
895 bytes
checked in by nexus, 9 years ago
(diff) |
- Fixed a bug which caused foreign HDF-5's not to be read properly
- Fixed a bug in NXgetnextentry which prevented reinitialising searches
and nested searches.
- Adapted the jnexus stuff to NAPI-2.0
- Added the swig interface to NeXus to the source tree
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | |
|---|
| 2 | This directory contains the files for the SWIG interface to the |
|---|
| 3 | NeXus-API. SWIG (http://www.swig.org) is a tool which takes as |
|---|
| 4 | input a description of a C language interface and creates the wrapper |
|---|
| 5 | code for the inclusion of the C code into various scripting languages. |
|---|
| 6 | |
|---|
| 7 | For more information and for procedures how to compile and link the |
|---|
| 8 | generated scripting language extension please consult the SWIG manual |
|---|
| 9 | and the example files delivered with the SWIG package. |
|---|
| 10 | |
|---|
| 11 | Available files: |
|---|
| 12 | - nxinter.i The SWIG interface description |
|---|
| 13 | - nxinterhelper.c, nxinterhelper.h helper functions for the interface |
|---|
| 14 | - nxdataset.h, nxdataset.c dataset functions |
|---|
| 15 | - nxdataset.i Interface for the dataset functions. |
|---|
| 16 | - nxinter.tex brief documentation. |
|---|
| 17 | - Makefile Makefile for generating Tcl and mzscheme wrappers. |
|---|
| 18 | - various test files. |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | Mark Koennecke, November 2002 |
|---|
| 22 | |
|---|
| 23 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.