Switch implementation to module frame buffer

This commit is contained in:
2020-05-05 12:18:22 +02:00
parent a4a67532d1
commit 211aef0181
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -105,4 +105,4 @@ void FastQueue<T>::release()
template class FastQueue<DetectorFrame>;
template class FastQueue<ModuleFrame>;
template class FastQueue<ModuleFrame[JUNGFRAU_N_MODULES]>;
template class FastQueue<ModuleFrameBuffer>;