Merge branch 'apidhanya' of github.com:slsdetectorgroup/slsDetectorPackage into apidhanya

This commit is contained in:
2019-08-09 17:19:19 +02:00
4 changed files with 34 additions and 17 deletions

View File

@@ -929,7 +929,7 @@ class multiSlsDetector : public virtual slsDetectorDefs {
* @param detPos -1 for all detectors in list or specific detector position
* @returns value read after writing
*/
uint32_t writeRegister(uint32_t addr, uint32_t val, int detPos = -1);
uint32_t writeRegister(uint32_t addr, uint32_t val, int detPos = -1); //
/**
* Read from a register. For Advanced users