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;
@@ -1,5 +1,5 @@
#ifndef _STIM_FRAME_H
#define _STIM_FRAME_H
#ifndef _ATTACHMENT_SUPPORT_STIMULUS_FRAME_H
#define _ATTACHMENT_SUPPORT_STIMULUS_FRAME_H
#include <cstdint>
@@ -58,7 +58,7 @@ namespace stim_buff {
*/
typedef uint64_t SimultaneityStamp;
class StimFrame
class StimulusFrame
{
public:
SimultaneityStamp simultaneityStamp;
@@ -67,4 +67,4 @@ public:
} // namespace stim_buff
} // namespace smo
#endif // _STIM_FRAME_H
#endif // _ATTACHMENT_SUPPORT_STIMULUS_FRAME_H