mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-07 03:24:14 +02:00
Specify type explicitly
This commit is contained in:
+1
-1
@@ -142,6 +142,6 @@ shared_ptr<FrameMetadata> ZmqReceiver::read_json_header(const string& header)
|
||||
return header_data;
|
||||
}
|
||||
|
||||
const auto ZmqReceiver::get_header_values_type() const{
|
||||
const shared_ptr<unordered_map<string, string>> ZmqReceiver::get_header_values_type() const{
|
||||
return header_values_type;
|
||||
}
|
||||
+1
-1
@@ -39,7 +39,7 @@ class ZmqReceiver
|
||||
|
||||
std::pair<std::shared_ptr<FrameMetadata>, char*> receive();
|
||||
|
||||
const auto get_header_values_type() const;
|
||||
const std::shared_ptr<std::unordered_map<std::string, std::string>> get_header_values_type() const;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user