chenlh
2025-08-21 7534dda3b69026df6dc40b3d907b825a0078617b
src/tob.h
@@ -17,10 +17,12 @@
#include "protocol.h"
#include "tg/tg_param_ctrl.h"
class ToB {
private :
   std::vector<IModule*> mList;//模块列表
   std::vector<u16> mModuleIndex;
   param_ctrl_t* paramset;
   Frames* frames;
   u32  dsp_index;