mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-22 01:14:35 +02:00
Make file operations private on BinaryWriter
This commit is contained in:
@@ -32,6 +32,11 @@ BinaryWriter::BinaryWriter(
|
||||
#endif
|
||||
}
|
||||
|
||||
BinaryWriter::~BinaryWriter()
|
||||
{
|
||||
close_current_file();
|
||||
}
|
||||
|
||||
void BinaryWriter::write(uint64_t pulse_id, const JFFileFormat* buffer)
|
||||
{
|
||||
auto current_frame_file =
|
||||
|
||||
Reference in New Issue
Block a user