Tags: MobiFlight/MobiFlight-WASM-Module
Tags
Add MF.Config.MAX_VARS_PER_FRAME to limit number of variables read in… … each frame (#13) * reduce ReadSimVars() count to improve performance 1. use std::list instead of std::vector, for circular iteration 2. list max 5 SimVars reading in very frame 3. VimVars clean() needs update list iterator * too slow for feedback data use 12 for a while * Changed back to std::vector and added method to send command for changing it. * removed explicit DEFAULT value Co-authored-by: Wei Shuai <[email protected]>