mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-28 12:52:23 +02:00
Add module frame to FastQueue
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <stdexcept>
|
||||
#include <SFWriter.hpp>
|
||||
#include <jungfrau.hpp>
|
||||
#include "FastQueue.hpp"
|
||||
|
||||
using namespace std;
|
||||
@@ -102,4 +103,5 @@ void FastQueue<T>::release()
|
||||
read_slot_id_ %= n_slots_;
|
||||
}
|
||||
|
||||
template class FastQueue<DetectorFrame>;
|
||||
template class FastQueue<DetectorFrame>;
|
||||
template class FastQueue<ModuleFrame>;
|
||||
Reference in New Issue
Block a user