SenseApis: Add threading model info to initialization info
We provide access to a thread whose event queue the sense API libs can use for device-independent event management.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#ifndef _SALMANOFF_H
|
||||
#define _SALMANOFF_H
|
||||
|
||||
#include <memory>
|
||||
#include <componentThread.h>
|
||||
|
||||
namespace smo {
|
||||
|
||||
void initializeSalmanoff(void);
|
||||
void initializeSalmanoff(std::shared_ptr<ComponentThread>& componentThread);
|
||||
void shutdownSalmanoff(void);
|
||||
|
||||
} // namespace smo
|
||||
|
||||
Reference in New Issue
Block a user