mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 09:54:12 +02:00
Buffer returns the n slots it has
This commit is contained in:
@@ -76,4 +76,9 @@ shared_ptr<char> MetadataBuffer::get_metadata_values(string name)
|
||||
shared_ptr<unordered_map<string, HeaderDataType>> MetadataBuffer::get_header_values_type()
|
||||
{
|
||||
return header_values_type;
|
||||
}
|
||||
|
||||
uint64_t MetadataBuffer::get_n_images()
|
||||
{
|
||||
return n_images;
|
||||
}
|
||||
Reference in New Issue
Block a user