mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 15:24:14 +02:00
Make stuff more constant
This commit is contained in:
@@ -8,10 +8,11 @@ class BinaryWriter {
|
||||
|
||||
const std::string device_name_;
|
||||
const std::string root_folder_;
|
||||
const std::string latest_filename_;
|
||||
|
||||
std::string current_output_filename_;
|
||||
int output_file_fd_;
|
||||
std::string latest_filename_;
|
||||
|
||||
|
||||
public:
|
||||
BinaryWriter(
|
||||
|
||||
Reference in New Issue
Block a user