temp_adc not in eiger for usersclass (esrf). get adc in millicelsius

This commit is contained in:
Dhanya Maliakal
2017-09-21 14:51:32 +02:00
parent 5873b5c9a8
commit 7134d0d0ed
2 changed files with 5 additions and 6 deletions

View File

@ -579,9 +579,9 @@ class slsDetectorUsers
/**
@short get adc value
\param adc adc as string. can be temp_adc, temp_fpga, temp_fpgaext, temp_10ge, temp_dcdc, temp_sodl, temp_sodr, temp_fpgafl, temp_fpgafr. others not supported
\param adc adc as string. can be temp_fpga, temp_fpgaext, temp_10ge, temp_dcdc, temp_sodl, temp_sodr, temp_fpgafl, temp_fpgafr. others not supported
\param id module index (-1 for all)
\returns adc value or -1 (if id=-1 & adc value is different for all modules) or -9999 if adc string does not match
\returns adc value in millidegree Celsius or -1 (if id=-1 & adc value is different for all modules) or -9999 if adc string does not match
*/
int getADC(string adc, int id = -1);