mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 05:14:13 +02:00
Make raw write scalar method private
This commit is contained in:
@@ -33,6 +33,10 @@ class FastH5Writer {
|
||||
std::unordered_map<std::string, H5::PredType> scalar_metadata_;
|
||||
|
||||
void create_file(const std::string& filename);
|
||||
void write_scalar_metadata(
|
||||
const std::string& name,
|
||||
const void* value,
|
||||
const H5::DataType data_type);
|
||||
|
||||
public:
|
||||
FastH5Writer(
|
||||
@@ -54,11 +58,6 @@ public:
|
||||
const std::string& name,
|
||||
const void* value);
|
||||
|
||||
void write_scalar_metadata(
|
||||
const std::string& name,
|
||||
const void* value,
|
||||
const H5::DataType data_type);
|
||||
|
||||
void close_file();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user