- Fixes to make SL6 work
- New NeXus libraries - Added new raw binary transfer mode for mass data - Added a check script option to configurable virtual motor SKIPPED: psi/dumprot.c psi/make_gen psi/psi.c psi/rebin.c psi/sanslirebin.c
This commit is contained in:
90
nxxml.h
90
nxxml.h
@@ -17,56 +17,62 @@
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* For further information, see <http://www.neutron.anl.gov/NeXus/>
|
||||
* For further information, see <http://www.nexusformat.org>
|
||||
*/
|
||||
#ifndef NEXUSXML
|
||||
#define NEXUSXML
|
||||
|
||||
extern NXstatus NXXopen(CONSTCHAR * filename,
|
||||
NXaccess access_method, NXhandle * pHandle);
|
||||
extern NXstatus NXXclose(NXhandle * pHandle);
|
||||
extern NXstatus NXXflush(NXhandle * pHandle);
|
||||
extern NXstatus NXXopen(CONSTCHAR *filename,
|
||||
NXaccess access_method,
|
||||
NXhandle* pHandle);
|
||||
extern NXstatus NXXclose(NXhandle* pHandle);
|
||||
extern NXstatus NXXflush(NXhandle* pHandle);
|
||||
|
||||
NXstatus NXXmakegroup(NXhandle fid, CONSTCHAR * name, CONSTCHAR * nxclass);
|
||||
NXstatus NXXopengroup(NXhandle fid, CONSTCHAR * name, CONSTCHAR * nxclass);
|
||||
NXstatus NXXclosegroup(NXhandle fid);
|
||||
NXstatus NXXmakegroup (NXhandle fid, CONSTCHAR *name,
|
||||
CONSTCHAR *nxclass);
|
||||
NXstatus NXXopengroup (NXhandle fid, CONSTCHAR *name,
|
||||
CONSTCHAR *nxclass);
|
||||
NXstatus NXXclosegroup (NXhandle fid);
|
||||
|
||||
NXstatus NXXcompmakedata(NXhandle fid, CONSTCHAR * name,
|
||||
int datatype,
|
||||
int rank,
|
||||
int dimensions[],
|
||||
int compress_type, int chunk_size[]);
|
||||
NXstatus NXXmakedata(NXhandle fid,
|
||||
CONSTCHAR * name, int datatype,
|
||||
int rank, int dimensions[]);
|
||||
NXstatus NXXopendata(NXhandle fid, CONSTCHAR * name);
|
||||
NXstatus NXXclosedata(NXhandle fid);
|
||||
NXstatus NXXputdata(NXhandle fid, void *data);
|
||||
NXstatus NXXgetdata(NXhandle fid, void *data);
|
||||
NXstatus NXXgetinfo(NXhandle fid, int *rank, int dimension[], int *iType);
|
||||
NXstatus NXXputslab(NXhandle fid, void *data, int iStart[], int iSize[]);
|
||||
NXstatus NXXgetslab(NXhandle fid, void *data, int iStart[], int iSize[]);
|
||||
NXstatus NXXputattr(NXhandle fid, CONSTCHAR * name, void *data,
|
||||
int datalen, int iType);
|
||||
NXstatus NXXgetattr(NXhandle fid, char *name,
|
||||
void *data, int *datalen, int *iType);
|
||||
NXstatus NXXcompmakedata64 (NXhandle fid, CONSTCHAR *name,
|
||||
int datatype,
|
||||
int rank,
|
||||
int64_t dimensions[],
|
||||
int compress_type, int64_t chunk_size[]);
|
||||
NXstatus NXXmakedata64 (NXhandle fid,
|
||||
CONSTCHAR *name, int datatype,
|
||||
int rank, int64_t dimensions[]);
|
||||
NXstatus NXXopendata (NXhandle fid, CONSTCHAR *name);
|
||||
NXstatus NXXclosedata (NXhandle fid);
|
||||
NXstatus NXXputdata (NXhandle fid, void *data);
|
||||
NXstatus NXXgetdata (NXhandle fid, void *data);
|
||||
NXstatus NXXgetinfo64 (NXhandle fid, int *rank,
|
||||
int64_t dimension[], int *iType);
|
||||
NXstatus NXXputslab64 (NXhandle fid, void *data,
|
||||
int64_t iStart[], int64_t iSize[]);
|
||||
NXstatus NXXgetslab64 (NXhandle fid, void *data,
|
||||
const int64_t iStart[], const int64_t iSize[]);
|
||||
NXstatus NXXputattr (NXhandle fid, CONSTCHAR *name, void *data,
|
||||
int datalen, int iType);
|
||||
NXstatus NXXgetattr (NXhandle fid, char *name,
|
||||
void *data, int* datalen, int* iType);
|
||||
|
||||
NXstatus NXXgetnextentry(NXhandle fid, NXname name,
|
||||
NXname nxclass, int *datatype);
|
||||
extern NXstatus NXXgetnextattr(NXhandle handle,
|
||||
NXname pName, int *iLength, int *iType);
|
||||
extern NXstatus NXXinitgroupdir(NXhandle handle);
|
||||
extern NXstatus NXXinitattrdir(NXhandle handle);
|
||||
extern NXstatus NXXgetattrinfo(NXhandle fid, int *iN);
|
||||
extern NXstatus NXXgetgroupinfo(NXhandle fid, int *iN,
|
||||
NXname pName, NXname pClass);
|
||||
NXstatus NXXgetnextentry (NXhandle fid,NXname name,
|
||||
NXname nxclass, int *datatype);
|
||||
extern NXstatus NXXgetnextattr(NXhandle handle,
|
||||
NXname pName, int *iLength, int *iType);
|
||||
extern NXstatus NXXinitgroupdir(NXhandle handle);
|
||||
extern NXstatus NXXinitattrdir(NXhandle handle);
|
||||
extern NXstatus NXXgetattrinfo (NXhandle fid, int *iN);
|
||||
extern NXstatus NXXgetgroupinfo (NXhandle fid, int *iN,
|
||||
NXname pName, NXname pClass);
|
||||
|
||||
extern NXstatus NXXgetdataID(NXhandle fid, NXlink * sRes);
|
||||
extern NXstatus NXXgetgroupID(NXhandle fid, NXlink * sRes);
|
||||
extern NXstatus NXXmakelink(NXhandle fid, NXlink * sLink);
|
||||
extern NXstatus NXXprintlink(NXhandle fid, NXlink * sLink);
|
||||
extern NXstatus NXXsameID(NXhandle fileid,
|
||||
NXlink * pFirstID, NXlink * pSecondID);
|
||||
extern NXstatus NXXgetdataID (NXhandle fid, NXlink* sRes);
|
||||
extern NXstatus NXXgetgroupID (NXhandle fid, NXlink* sRes);
|
||||
extern NXstatus NXXmakelink (NXhandle fid, NXlink* sLink);
|
||||
extern NXstatus NXXprintlink (NXhandle fid, NXlink* sLink);
|
||||
extern NXstatus NXXsameID (NXhandle fileid,
|
||||
NXlink* pFirstID, NXlink* pSecondID);
|
||||
|
||||
void NXXassignFunctions(pNexusFunction fHandle);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user