mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 06:04:14 +02:00
Remove h5_data definition from writer
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
#include <iostream>
|
||||
|
||||
#include "H5ChunkedWriter.hpp"
|
||||
#include "h5_file_format.hpp"
|
||||
|
||||
@@ -229,5 +228,4 @@ hsize_t HDF5ChunkedWriter::prepare_storage_for_frame(size_t frame_index, size_t*
|
||||
return relative_frame_index;
|
||||
}
|
||||
|
||||
void HDF5ChunkedWriter::write_format(h5_base& format_root, std::map<std::string, h5_value>& values) {
|
||||
}
|
||||
void HDF5ChunkedWriter::write_format(h5_base& format_root, std::map<std::string, h5_value>& values) {}
|
||||
@@ -4,14 +4,11 @@
|
||||
#include <map>
|
||||
#include "config.hpp"
|
||||
#include "h5_file_format.hpp"
|
||||
#include <boost/any.hpp>
|
||||
|
||||
hsize_t expand_dataset(const H5::DataSet& dataset, hsize_t frame_index, hsize_t dataset_increase_step);
|
||||
|
||||
void compact_dataset(const H5::DataSet& dataset, hsize_t max_frame_index);
|
||||
|
||||
typedef boost::any h5_value;
|
||||
|
||||
class HDF5ChunkedWriter
|
||||
{
|
||||
// Initialized in constructor.
|
||||
|
||||
Reference in New Issue
Block a user