mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
detector servers moved out of slsdetector software, eiger server compiles with new headers
This commit is contained in:
10
slsDetectorServers/jctbDetectorServer/slow_adc.h
Normal file
10
slsDetectorServers/jctbDetectorServer/slow_adc.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef SLOW_ADC_H
|
||||
#define SLOW_ADC_H
|
||||
|
||||
int prepareSlowADCSeq();
|
||||
int prepareSlowADC(int ichan);
|
||||
|
||||
|
||||
int readSlowADC(int ichan);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user