mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-13 07:35:35 +02:00
Moved config to separate compilation unit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "config.hpp"
|
||||
|
||||
namespace config {
|
||||
H5::PredType dataset_type = H5::PredType::NATIVE_UINT8;
|
||||
H5T_order_t dataset_byte_order = H5T_ORDER_LE;
|
||||
hsize_t dataset_increase_step = 1000;
|
||||
hsize_t initial_dataset_size = 1000;
|
||||
}
|
||||
Reference in New Issue
Block a user