- Fixed a few problems with hklscan
- Added transfer of zipped data to conman.c, histogram memory software in order to support the TRICS status display. - Upgraded TRICS data file writing. - First installment of triple axis spectrometer support: initialization of data structures and an implementation of the MAD dr(ive) command.
This commit is contained in:
7
scan.h
7
scan.h
@ -52,7 +52,12 @@
|
||||
/*
|
||||
resets the configurable scan functions to their default values.
|
||||
*/
|
||||
|
||||
int NonCheckPrepare(pScanData self);
|
||||
/*
|
||||
a function for the PrepareScan field in the scan data structure
|
||||
which does not check the boundaries of the scan as the default
|
||||
PrepareScan does.
|
||||
*/
|
||||
/*------------------------ Interpreter Interface --------------------------*/
|
||||
int ScanFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
Reference in New Issue
Block a user