mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-28 17:32:23 +02:00
Return header value types
This commit is contained in:
@@ -135,4 +135,8 @@ shared_ptr<FrameMetadata> ZmqReceiver::read_json_header(const string& header)
|
||||
}
|
||||
|
||||
return header_data;
|
||||
}
|
||||
|
||||
const std::shared_ptr<std::unordered_map<std::string, HEADER_DATA_TYPE>> ZmqReceiver::get_header_values_type() const{
|
||||
return header_values_type;
|
||||
}
|
||||
Reference in New Issue
Block a user