mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-09 08:32:04 +02:00
Change scalar write for SWMR
This commit is contained in:
@@ -53,10 +53,9 @@ public:
|
||||
void set_pulse_id(const uint64_t pulse_id);
|
||||
|
||||
void write_data(const char* buffer);
|
||||
void write_scalar_metadata(
|
||||
template <class T> void write_scalar_metadata(
|
||||
const std::string& name,
|
||||
const void* value,
|
||||
const size_t value_n_bytes);
|
||||
const void* value);
|
||||
|
||||
void close_file();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user