SenseApiDesc: SAL_MLO: attach/detachDeviceReq: return parsed DA spec
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user