mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-15 00:51:21 +01:00
format support lib
This commit is contained in:
@@ -272,7 +272,7 @@ void DataProcessor::ProcessAnImage(char *buf) {
|
||||
buf + FIFO_HEADER_NUMBYTES,
|
||||
sizeof(sls_receiver_header) +
|
||||
(uint32_t)(*((uint32_t *)buf)), //+ size of data (resizable
|
||||
//from previous call back
|
||||
// from previous call back
|
||||
fnum - firstIndex, nump);
|
||||
} catch (const sls::RuntimeError &e) {
|
||||
; // ignore write exception for now (TODO: send error message via
|
||||
|
||||
Reference in New Issue
Block a user