flatbuffer base

This commit is contained in:
2026-03-30 16:18:21 +03:00
parent 9a4b78f272
commit d83cb7fe7b
41 changed files with 1553 additions and 491 deletions

View File

@@ -10,6 +10,7 @@
#include "sized_ptr.h"
#include "streamed.h"
#include "flatcc/flatcc_builder.h"
typedef struct {
SizedPtr* bufs;
@@ -30,6 +31,7 @@ typedef struct {
DeviceSegStreamReg** deviceStreamRegs;
uint8_t** devicesMem;
size_t devicesCount;
flatcc_builder_t stream_builder;
} EmulContext;