mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-29 22:32:22 +02:00
Negative unsigned values
This commit is contained in:
+2
-2
@@ -20,11 +20,11 @@ struct FrameMetadata
|
||||
}
|
||||
|
||||
// Ring buffer needed data.
|
||||
size_t buffer_slot_index = -1;
|
||||
size_t buffer_slot_index = 0;
|
||||
size_t frame_bytes_size = 0;
|
||||
|
||||
// Image header data.
|
||||
uint64_t frame_index = -1;
|
||||
uint64_t frame_index = 0;
|
||||
std::string endianness = "";
|
||||
std::string type;
|
||||
size_t frame_shape[2];
|
||||
|
||||
Reference in New Issue
Block a user