mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 10:21:05 +01: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