mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 02:02:03 +02:00
Change write metadata signature to pointer
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
|
||||
void write_data(const char* buffer);
|
||||
template <class T> void write_metadata(
|
||||
const std::string& name, const T& value);
|
||||
const std::string& name, const T* value);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user