PcloudStimBuff: invoke IOUringAsmEngn::setup/stop in start()
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user