mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
wip
This commit is contained in:
parent
88c8f05387
commit
bd5f85cdff
@ -1359,9 +1359,9 @@ std::vector<char> DetectorImpl::readProgrammingFile(const std::string &fname) {
|
|||||||
}
|
}
|
||||||
if (close(dst) != 0) {
|
if (close(dst) != 0) {
|
||||||
throw RuntimeError("Program FPGA: Could not close destination file");
|
throw RuntimeError("Program FPGA: Could not close destination file");
|
||||||
}*/
|
}
|
||||||
LOG(logINFOBLUE) << "File has been converted to " << destfname;
|
LOG(logINFOBLUE) << "File has been converted to " << destfname;
|
||||||
|
*/
|
||||||
// loading dst file to memory
|
// loading dst file to memory
|
||||||
FILE *fp = fopen("/tmp/SLS_DET_MCB.tzgmUT", "r");
|
FILE *fp = fopen("/tmp/SLS_DET_MCB.tzgmUT", "r");
|
||||||
if (fp == nullptr) {
|
if (fp == nullptr) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user