mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
changed setBit and getBit to uint32_t
This commit is contained in:
@ -892,7 +892,7 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
|
||||
|
||||
DO NOT USE!!! ONLY EXPERT USER!!!
|
||||
*/
|
||||
int setBit(int addr, int n);
|
||||
uint32_t setBit(uint32_t addr, int n);
|
||||
|
||||
|
||||
/**
|
||||
@ -903,7 +903,7 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
|
||||
|
||||
DO NOT USE!!! ONLY EXPERT USER!!!
|
||||
*/
|
||||
int clearBit(int addr, int n);
|
||||
uint32_t clearBit(uint32_t addr, int n);
|
||||
|
||||
/**
|
||||
set dacs value
|
||||
|
Reference in New Issue
Block a user