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