mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 09:54:12 +02:00
Return header values type
This commit is contained in:
@@ -72,3 +72,8 @@ shared_ptr<char> MetadataBuffer::get_metadata_values(string name)
|
||||
|
||||
return metadata->second;
|
||||
}
|
||||
|
||||
shared_ptr<unordered_map<string, HeaderDataType>> MetadataBuffer::get_header_values_type()
|
||||
{
|
||||
return header_values_type;
|
||||
}
|
||||
Reference in New Issue
Block a user