PcloudStimBuff: invoke IOUringAsmEngn::setup/stop in start()

This commit is contained in:
2025-11-04 15:33:55 -04:00
parent ef9eef2bc3
commit 0503705a13
@@ -53,7 +53,7 @@ ioUringAssemblyEngine(*this)
void PcloudStimulusBuffer::start()
{
// Call ioUringAssemblyEngine setup() as the final step
// ioUringAssemblyEngine.setup();
ioUringAssemblyEngine.setup();
// Call base class start() as the final step
StimulusBuffer::start();
}
@@ -63,7 +63,7 @@ void PcloudStimulusBuffer::stop()
// Call base class stop() as the first step
StimulusBuffer::stop();
// Call ioUringAssemblyEngine stop() as the final step
// ioUringAssemblyEngine.finalize();
ioUringAssemblyEngine.finalize();
}
void PcloudStimulusBuffer::stimFrameProductionTimesliceInd()