mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 03:12:24 +02:00
Rename present frame flag
This commit is contained in:
@@ -53,7 +53,7 @@ struct ModuleFrame {
|
||||
struct CompressedModuleFrame {
|
||||
ModuleFrame module_frame;
|
||||
uint64_t compressed_size;
|
||||
bool is_valid_frame;
|
||||
bool is_frame_present;
|
||||
};
|
||||
#pragma pack(pop)
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ void sf_replay (
|
||||
|
||||
auto start_time = chrono::steady_clock::now();
|
||||
|
||||
metadata_buffer.is_valid_frame = file_reader.get_frame(
|
||||
metadata_buffer.is_frame_present = file_reader.get_frame(
|
||||
curr_pulse_id,
|
||||
&(metadata_buffer.module_frame),
|
||||
(char*)(frame_buffer.get()));
|
||||
|
||||
Reference in New Issue
Block a user