chenlh
2025-08-21 7534dda3b69026df6dc40b3d907b825a0078617b
src/tob.h
@@ -15,6 +15,7 @@
#include "ModuleExport.h"
#include "messageproc.h"
#include "protocol.h"
#include "tg/tg_param_ctrl.h"
class ToB {
@@ -22,6 +23,7 @@
   std::vector<IModule*> mList;//模块列表
   std::vector<u16> mModuleIndex;
   param_ctrl_t* paramset;
   Frames* frames;
   u32  dsp_index;
   ubool dual_dsp;