Add module frame to FastQueue

This commit is contained in:
2020-05-04 09:53:07 +02:00
parent 5fc22620d9
commit 6bc82e437a
+3 -1
View File
@@ -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>;