Extract SmoCallbacks and SmoThreadingModelDesc into smoHooks.h.

Move shared hook and threading-model types out of senseApiDesc.h so both
stimbuff and comparator libraries can include them without pulling in API descs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-10 21:16:55 -04:00
parent ab930a2df3
commit 560e5364a0
4 changed files with 133 additions and 115 deletions
@@ -4,7 +4,7 @@
#include <comparatorLibs/comparatorApiManager.h>
#include <loadableLib/loadableLibraryManager.h>
#include <user/comparatorApiDesc.h>
#include <user/senseApiDesc.h>
#include <user/smoHooks.h>
namespace smo {
namespace comparator_lib {