livoxGen1: Add correctness checks to attachDeviceReq
This commit is contained in:
@@ -68,6 +68,9 @@ collationBuffer(
|
||||
|
||||
void PcloudStimulusProducer::start()
|
||||
{
|
||||
std::cout << __func__ << ": Starting PcloudStimulusProducer for device "
|
||||
<< device->discoveredDevice.deviceIdentifier << std::endl;
|
||||
|
||||
// Call ioUringAssemblyEngine setup() as the first step
|
||||
if (!ioUringAssemblyEngine.setup())
|
||||
{
|
||||
@@ -89,6 +92,9 @@ void PcloudStimulusProducer::start()
|
||||
|
||||
void PcloudStimulusProducer::stop()
|
||||
{
|
||||
std::cout << __func__ << ": Stopping PcloudStimulusProducer for device "
|
||||
<< device->discoveredDevice.deviceIdentifier << std::endl;
|
||||
|
||||
// Call base class stop() as the first step
|
||||
StimulusProducer::stop();
|
||||
// Call ioUringAssemblyEngine stop() as the final step
|
||||
|
||||
Reference in New Issue
Block a user