- TDC histogram memory driver sort of working
- New class for scripting datafiles - SANS-II almost complete initialization file
This commit is contained in:
20
nxscript.h
Normal file
20
nxscript.h
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
N X S C R I P T
|
||||
|
||||
This is a class for scripting the contents of NeXus files from
|
||||
SICS.
|
||||
|
||||
copyright: see file COPYRIGHT
|
||||
|
||||
Mark Koennecke, February 2003
|
||||
------------------------------------------------------------------------*/
|
||||
#ifndef NXSCRIPT
|
||||
#define NXSCRIPT
|
||||
|
||||
int MakeNXScript(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int NXScriptAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user