Rename PcloudDataProducer=>PcloudStimulusProducer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user