mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
slsDetector implicit conversion
This commit is contained in:
@ -1299,7 +1299,7 @@ class multiSlsDetector : public virtual slsDetectorDefs {
|
||||
* @param detPos -1 for all detectors in list or specific detector position
|
||||
* @returns return value (mostly -1 as it can't read adc register)
|
||||
*/
|
||||
int writeAdcRegister(int addr, int val, int detPos = -1);
|
||||
int writeAdcRegister(uint32_t addr, uint32_t val, int detPos = -1);
|
||||
|
||||
/**
|
||||
* Activates/Deactivates the detector (Eiger only)
|
||||
|
@ -1160,7 +1160,7 @@ class slsDetector : public virtual slsDetectorDefs{
|
||||
* @param val value
|
||||
* @returns return value (mostly -1 as it can't read adc register)
|
||||
*/
|
||||
int writeAdcRegister(int addr, int val);
|
||||
int writeAdcRegister(uint32_t addr, uint32_t val);
|
||||
|
||||
/**
|
||||
* Activates/Deactivates the detector (Eiger only)
|
||||
|
Reference in New Issue
Block a user