-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
57355bd
commit a63c40c
Showing
2 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters