mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 10:14:38 +01:00
binaries in
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2166,7 +2166,7 @@ void Detector::updateKernel(const std::string &fname, Positions pos) {
|
|||||||
LOG(logINFO) << "Updating Kernel...";
|
LOG(logINFO) << "Updating Kernel...";
|
||||||
std::vector<char> buffer = readBinaryFile(fname, "Update Kernel");
|
std::vector<char> buffer = readBinaryFile(fname, "Update Kernel");
|
||||||
pimpl->Parallel(&Module::updateKernel, pos, buffer);
|
pimpl->Parallel(&Module::updateKernel, pos, buffer);
|
||||||
rebootController(pos);
|
//rebootController(pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Detector::rebootController(Positions pos) {
|
void Detector::rebootController(Positions pos) {
|
||||||
|
|||||||
Reference in New Issue
Block a user