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