-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VarFun refactor: only one functions per variable
General - change from multiple var funs (uiFun, chFun, loopFun, valueFun) to one *with funType parameter - save 1% of flash code (now 68.5) SysModUI: - add FunIDs enum with function types - extend UFun with function parameter - remove CFun - remove cFunctions - initVarAndUpdate: run varFun for valueFun and changeFun - loopfun: call varFun with f_loopFun parameter - init functions: remove other functions parameters - processJson: call varFun with f_UIFun parameter (and dummy rowNr)
- Loading branch information
Showing
25 changed files
with
2,255 additions
and
1,873 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ enum Projections | |
p_Multiply, | ||
p_Kaleidoscope, | ||
p_Fun, | ||
count | ||
p_count | ||
}; | ||
|
||
|
||
|
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
Oops, something went wrong.