mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-30 20:12:23 +02:00
Use a vector instead of raw array
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ struct FrameMetadata
|
||||
uint64_t frame_index;
|
||||
std::string endianness;
|
||||
std::string type;
|
||||
size_t frame_shape[2];
|
||||
std::vector<size_t> frame_shape;
|
||||
|
||||
// Pass additional header values.
|
||||
std::map<std::string, boost::any> header_values;
|
||||
|
||||
Reference in New Issue
Block a user