2025-07-30 10:07:52 -04:00
|
|
|
#ifndef _SALMANOFF_H
|
|
|
|
|
#define _SALMANOFF_H
|
|
|
|
|
|
2025-09-04 17:35:49 -04:00
|
|
|
#include <memory>
|
|
|
|
|
#include <componentThread.h>
|
|
|
|
|
|
2025-07-30 10:07:52 -04:00
|
|
|
namespace smo {
|
|
|
|
|
|
2025-09-04 17:35:49 -04:00
|
|
|
void initializeSalmanoff(std::shared_ptr<ComponentThread>& componentThread);
|
2025-07-30 10:07:52 -04:00
|
|
|
void shutdownSalmanoff(void);
|
|
|
|
|
|
|
|
|
|
} // namespace smo
|
|
|
|
|
|
|
|
|
|
#endif // _SALMANOFF_H
|