- Many fixes to the four circle codes during taking the new code into
operation. - Fixed some missing output - Second generation histogram memory and velocity selector objects - Fixed a problem in diffscan
This commit is contained in:
20
histmemsec.h
Normal file
20
histmemsec.h
Normal file
@ -0,0 +1,20 @@
|
||||
/**
|
||||
* This is a second generation histogram memory object. In contrast
|
||||
* to counters and motors no attempt is made to provide backwards
|
||||
* compatability with the old SICS way of doing things. This
|
||||
* histogram memory object quite sensibly is derived from
|
||||
* the counter object. It adds a rank, dimensions and variable
|
||||
* data and a configuration method. For TOF, methods and variables
|
||||
* for generating and maintaining time binnings are provided too.
|
||||
*
|
||||
* copyright: see file COPYRIGHT
|
||||
*
|
||||
* Mark Koennecke, May 2009
|
||||
*/
|
||||
#ifndef HISTMEMSEC_H_
|
||||
#define HISTMEMSEC_H_
|
||||
#include <sics.h>
|
||||
int MakeSecHM(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif /*HISTMEMSEC_H_*/
|
Reference in New Issue
Block a user