livoxGen1: Committing intermediate state before daemon design

This commit is contained in:
2025-10-30 19:07:19 -04:00
parent 287dd6be56
commit b3d0565e11
4 changed files with 262 additions and 0 deletions
@@ -5,6 +5,7 @@
#include <user/stimFrame.h>
#include <livoxProto1/device.h>
#include "stagingBuffer.h"
#include "ioUringAssemblyEngine.h"
namespace smo {
namespace stim_buff {
@@ -46,6 +47,7 @@ public:
std::shared_ptr<livoxProto1::Device> device;
PcloudFormatDesc formatDesc;
StagingBuffer stagingBuffer;
IoUringAssemblyEngine ioUringAssemblyEngine;
};
} // namespace stim_buff