PcloudStimBuff: invoke IOUringAsmEngn::setup/stop in start()
This commit is contained in:
@@ -53,7 +53,7 @@ ioUringAssemblyEngine(*this)
|
|||||||
void PcloudStimulusBuffer::start()
|
void PcloudStimulusBuffer::start()
|
||||||
{
|
{
|
||||||
// Call ioUringAssemblyEngine setup() as the final step
|
// Call ioUringAssemblyEngine setup() as the final step
|
||||||
// ioUringAssemblyEngine.setup();
|
ioUringAssemblyEngine.setup();
|
||||||
// Call base class start() as the final step
|
// Call base class start() as the final step
|
||||||
StimulusBuffer::start();
|
StimulusBuffer::start();
|
||||||
}
|
}
|
||||||
@@ -63,7 +63,7 @@ void PcloudStimulusBuffer::stop()
|
|||||||
// Call base class stop() as the first step
|
// Call base class stop() as the first step
|
||||||
StimulusBuffer::stop();
|
StimulusBuffer::stop();
|
||||||
// Call ioUringAssemblyEngine stop() as the final step
|
// Call ioUringAssemblyEngine stop() as the final step
|
||||||
// ioUringAssemblyEngine.finalize();
|
ioUringAssemblyEngine.finalize();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PcloudStimulusBuffer::stimFrameProductionTimesliceInd()
|
void PcloudStimulusBuffer::stimFrameProductionTimesliceInd()
|
||||||
|
|||||||
Reference in New Issue
Block a user