mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 17:34:15 +02:00
Change function name
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
void set_pulse_id(const uint64_t pulse_id);
|
||||
|
||||
void write_data(const char* buffer);
|
||||
template <class T> void write_metadata(
|
||||
template <class T> void write_scalar_metadata(
|
||||
const std::string& name, const T* value);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user