Rename PcloudStimulusBuffer=>PcloudDataProducer
This prepares us for the split up of classes. We're going to split StimulusBuffer into two base classes: StimulusBuffer and StimulusProducer.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <callableTracer.h>
|
||||
#include <spinLock.h>
|
||||
#include "ioUringAssemblyEngine.h"
|
||||
#include "pcloudStimulusBuffer.h"
|
||||
#include "pcloudDataProducer.h"
|
||||
#include "livoxGen1.h"
|
||||
|
||||
// #define REGISTER_IOURING_BUFFERS
|
||||
@@ -56,7 +56,7 @@ struct DummyLivoxEthHeader
|
||||
};
|
||||
|
||||
IoUringAssemblyEngine::IoUringAssemblyEngine(
|
||||
PcloudStimulusBuffer& parent_, size_t nDgramsPerStagingBufferFrame_)
|
||||
PcloudDataProducer& parent_, size_t nDgramsPerStagingBufferFrame_)
|
||||
: parent(parent_),
|
||||
frameAssemblyDesc(nullptr), ring{},
|
||||
eventfdFd(-1), eventfdDesc(nullptr), eventfd_value(0),
|
||||
|
||||
Reference in New Issue
Block a user