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;