mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 21:04:14 +02:00
add base directory path to buffer
This commit is contained in:
committed by
Data Backend account
parent
36e73e108a
commit
65aefd1a90
@@ -77,7 +77,7 @@ void sf_replay (
|
||||
base_pulse_id *= core_buffer::FILE_MOD;
|
||||
|
||||
size_t current_pulse_id = base_pulse_id;
|
||||
string filename_base = device + "/" + channel_name + "/";
|
||||
string filename_base = core_buffer::BUFFER_BASE_DIR + "/" + device + "/" + channel_name + "/";
|
||||
|
||||
for (const auto& filename_suffix:path_suffixes) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user