mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-25 07:40:03 +02:00
WIP
This commit is contained in:
parent
bb32b2f653
commit
4f712fcd70
@ -181,7 +181,9 @@ void Implementation::SetupFifoStructure() {
|
|||||||
". FifoDepth is now 0.");
|
". FifoDepth is now 0.");
|
||||||
}
|
}
|
||||||
// set the listener & dataprocessor threads to point to the right fifo
|
// set the listener & dataprocessor threads to point to the right fifo
|
||||||
|
if (listener)
|
||||||
listener->SetFifo(fifo.get());
|
listener->SetFifo(fifo.get());
|
||||||
|
if (dataProcessor)
|
||||||
dataProcessor->SetFifo(fifo.get());
|
dataProcessor->SetFifo(fifo.get());
|
||||||
if (dataStreamEnable)
|
if (dataStreamEnable)
|
||||||
dataStreamer->SetFifo(fifo.get());
|
dataStreamer->SetFifo(fifo.get());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user