Rename StimFrame=>StimulusFrame

This commit is contained in:
2025-11-09 22:09:19 -04:00
parent 7cae3452fc
commit 1ac6fa4a16
3 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
#include <spinLock.h>
#include <asynchronousBridge.h>
#include <user/spMcRingBuffer.h>
#include "stimFrame.h"
#include "stimulusFrame.h"
#include "deviceAttachmentSpec.h"
namespace smo {
@@ -97,7 +97,7 @@ private:
public:
std::shared_ptr<device::DeviceAttachmentSpec> deviceAttachmentSpec;
std::vector<StimFrame> frames_;
std::vector<StimulusFrame> frames_;
protected:
SpinLock frameAssemblyRateLimiter;