SenseApiDesc: SAL_MLO: attach/detachDeviceReq: return parsed DA spec

This commit is contained in:
2025-09-10 18:09:06 -04:00
parent 428a32a950
commit 81842e4571
3 changed files with 12 additions and 10 deletions
+4 -2
View File
@@ -34,8 +34,10 @@ struct SmoThreadingModelDesc
std::shared_ptr<ComponentThread> componentThread;
};
typedef std::function<void(bool)> sal_mlo_attachDeviceReqCbFn;
typedef std::function<void(bool)> sal_mlo_detachDeviceReqCbFn;
typedef std::function<void(bool, std::shared_ptr<device::DeviceAttachmentSpec>)>
sal_mlo_attachDeviceReqCbFn;
typedef std::function<void(bool, std::shared_ptr<device::DeviceAttachmentSpec>)>
sal_mlo_detachDeviceReqCbFn;
typedef int (sal_mlo_initializeIndFn)(void);
typedef int (sal_mlo_finalizeIndFn)(void);