mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
done update
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@88 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -360,6 +360,11 @@ typedef struct sharedSlsDetector {
|
||||
*/
|
||||
static int exists(int i);
|
||||
|
||||
/**
|
||||
configures mac for gotthard readout
|
||||
*/
|
||||
int configureMAC();
|
||||
|
||||
/**
|
||||
Purely virtual function
|
||||
Should be implemented in the specific detector class
|
||||
@ -374,11 +379,6 @@ typedef struct sharedSlsDetector {
|
||||
*/
|
||||
virtual int writeConfigurationFile(string const fname);
|
||||
|
||||
/**
|
||||
configures mac for gotthard readout
|
||||
*/
|
||||
int configureMAC();
|
||||
|
||||
/*
|
||||
It should be possible to dump all the settings of the detector (including trimbits, threshold energy, gating/triggering, acquisition time etc.
|
||||
in a file and retrieve it for repeating the measurement with identicals ettings, if necessary
|
||||
|
Reference in New Issue
Block a user