mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 14:54:12 +02:00
More headers
This commit is contained in:
@@ -64,7 +64,7 @@ class ImageBinaryFormat {
|
||||
NewImageMetadata meta;
|
||||
std::vector<char> data;
|
||||
ImageBinaryFormat(size_t H, size_t W, size_t D): data(H*W*D, 0) { meta.height = H; meta.width = W; };
|
||||
~ImageBinaryFormat(){ std::cout << "ImageBinaryFormat destructor called!" << std::endl; }
|
||||
~ImageBinaryFormat(){}
|
||||
};
|
||||
|
||||
#pragma pack(push)
|
||||
|
||||
Reference in New Issue
Block a user