PcloudStimBuff: call OClCollMessEngn::setup/finalize in start/stop
This commit is contained in:
@@ -69,6 +69,7 @@ void PcloudStimulusBuffer::start()
|
|||||||
{
|
{
|
||||||
// Call ioUringAssemblyEngine setup() as the final step
|
// Call ioUringAssemblyEngine setup() as the final step
|
||||||
ioUringAssemblyEngine.setup();
|
ioUringAssemblyEngine.setup();
|
||||||
|
openClCollatingAndMeshingEngine.setup();
|
||||||
// Call base class start() as the final step
|
// Call base class start() as the final step
|
||||||
StimulusBuffer::start();
|
StimulusBuffer::start();
|
||||||
}
|
}
|
||||||
@@ -78,6 +79,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
|
||||||
|
openClCollatingAndMeshingEngine.finalize();
|
||||||
ioUringAssemblyEngine.finalize();
|
ioUringAssemblyEngine.finalize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user