mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 18:42:23 +02:00
Fix indentation
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
class MetadataBuffer
|
||||
{
|
||||
const uint64_t n_images;
|
||||
const std::shared_ptr<std::unordered_map<std::string, HeaderDataType>> header_values_type;
|
||||
const uint64_t n_images;
|
||||
const std::shared_ptr<std::unordered_map<std::string, HeaderDataType>> header_values_type;
|
||||
|
||||
protected:
|
||||
protected:
|
||||
std::unordered_map<std::string, std::shared_ptr<char>> metadata_buffer;
|
||||
std::unordered_map<std::string, size_t> metadata_length_bytes;
|
||||
|
||||
public:
|
||||
public:
|
||||
MetadataBuffer(uint64_t n_images, std::shared_ptr<std::unordered_map<std::string, HeaderDataType>> header_values_type);
|
||||
void add_metadata_to_buffer(std::string name, uint64_t frame_index, const char* data);
|
||||
std::shared_ptr<char> get_metadata_values(std::string name);
|
||||
|
||||
Reference in New Issue
Block a user