Rename PcloudDataProducer=>PcloudStimulusProducer

This commit is contained in:
2025-11-14 23:50:31 -04:00
parent 7d86ecadc4
commit 16b51a3b66
8 changed files with 44 additions and 43 deletions
@@ -24,13 +24,13 @@
namespace smo {
namespace stim_buff {
class PcloudDataProducer;
class PcloudStimulusProducer;
class IoUringAssemblyEngine
{
public:
explicit IoUringAssemblyEngine(
PcloudDataProducer& parent, size_t nDgramsPerStagingBufferFrame);
PcloudStimulusProducer& parent, size_t nDgramsPerStagingBufferFrame);
~IoUringAssemblyEngine() = default;
bool setup();
@@ -53,7 +53,7 @@ private:
bool stop();
private:
PcloudDataProducer& parent;
PcloudStimulusProducer& parent;
// Cached descriptor for reuse across iterations
std::shared_ptr<FrameAssemblyDesc> frameAssemblyDesc;