Rename: Sense API => Stim Buff API

This commit is contained in:
2025-10-01 18:47:42 -04:00
parent 56b8e83a09
commit eb5875fe0d
26 changed files with 309 additions and 306 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ public:
void main(
const std::shared_ptr<smo::ComponentThread> &componentThread,
const smo::sense_api::SmoCallbacks& smoCallbacks);
const smo::stim_buff::SmoCallbacks& smoCallbacks);
void exit(void);
// Global state structure
@@ -67,7 +67,7 @@ struct ProtoState
bool isInitialized = false;
std::shared_ptr<smo::ComponentThread> componentThread;
std::unique_ptr<DeviceManager> deviceManager;
smo::sense_api::SmoCallbacks smoCallbacks;
smo::stim_buff::SmoCallbacks smoCallbacks;
};
// Access to global state for extern "C" functions