v1.0.0-rc.36
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// SPDX-FileCopyrightText: 2025 Filip Leonarski, Paul Scherrer Institute <filip.leonarski@psi.ch>
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
#include "TestImagePuller.h"
|
||||
|
||||
TestImagePuller::TestImagePuller(size_t fifo_size) : ImagePuller(fifo_size) {}
|
||||
|
||||
void TestImagePuller::Put(const ImagePullerOutput &output) {
|
||||
outside_fifo.Put(output);
|
||||
}
|
||||
|
||||
void TestImagePuller::Disconnect() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user