mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-25 21:50:44 +02:00
Rename buffer writer
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <stdexcept>
|
||||
#include <RingBuffer.hpp>
|
||||
#include <UdpRecvModule.hpp>
|
||||
#include <FastH5Writer.hpp>
|
||||
#include <BufferH5Writer.hpp>
|
||||
#include <FastQueue.hpp>
|
||||
#include "zmq.h"
|
||||
#include "buffer_config.hpp"
|
||||
@@ -60,7 +60,7 @@ int main (int argc, char *argv[]) {
|
||||
uint64_t n_missed_frames = 0;
|
||||
uint64_t last_pulse_id = 0;
|
||||
|
||||
FastH5Writer writer(device_name, root_folder);
|
||||
BufferH5Writer writer(device_name, root_folder);
|
||||
|
||||
int slot_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user