mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-08 19:10:42 +02:00
Merge branch 'developer' into m3pattern
This commit is contained in:
commit
eea013d492
@ -330,7 +330,7 @@ void Module::setImageTestMode(const int value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int Module::getADC(dacIndex index) {
|
int Module::getADC(dacIndex index) {
|
||||||
return sendToDetector<int>(F_GET_ADC, static_cast<int>(index));
|
return sendToDetectorStop<int>(F_GET_ADC, static_cast<int>(index));
|
||||||
}
|
}
|
||||||
|
|
||||||
int Module::getOnChipDAC(slsDetectorDefs::dacIndex index, int chipIndex) {
|
int Module::getOnChipDAC(slsDetectorDefs::dacIndex index, int chipIndex) {
|
||||||
@ -3034,4 +3034,4 @@ void Module::programFPGAviaNios(std::vector<char> buffer) {
|
|||||||
rebootController();
|
rebootController();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace sls
|
} // namespace sls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user