| | |
| | | ubool dual_dsp; |
| | | ubool processed; |
| | | u16 mModuleNum; |
| | | u16 mLevelPacketNum ; |
| | | IModule* CreateBaseModule( u32 moduleType, u16 tag, u16 rxNum, u16 txNum); |
| | | ErrStatus CreateModule(const u8* bin, u32 nbytes); |
| | | ErrStatus CreateModuleV1(const u8* bin, u32 nbytes); |
| | |
| | | ErrStatus toCtrl(u32 mID, u32 pID, const s16* val, u32 num); |
| | | ErrStatus toCtrl(const u8* bin , u32 nbytes); |
| | | ErrStatus toAnalysis(const u8* bin, u32 nbytes); |
| | | u32 GetLevels(Message* handle , MSG* msg); |
| | | u32 GetModuleCPU(Message* handle , MSG* pmsg); |
| | | u32 GetLevels(s16* buffer); |
| | | u16 GetModuleNum() {return mModuleNum;} |
| | | u16 GetLevelPacketNum() {return mLevelPacketNum;} |
| | | |
| | | u32 GetDSPIndex(){return dsp_index ;} |
| | | u32 GetModuleType(u32 mID); |
| | | }; |