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