Parameter Improvements #250
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/parameter-convergence"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I still need to adapt some documentation. This improves the interface and makes it a lot less confusing (unfortunately, API change..).
Fixes #153 .
WIP: Parameter Improvementsto Parameter ImprovementsParameter Improvementsto WIP: Parameter ImprovementsUPDATE: I will write API changes into new CHANGELOG file.
WIP: Parameter Improvementsto Parameter ImprovementsCHANGELOG updated
Related to #153
@ -125,3 +125,2 @@
//get the start element of this row in data
T *dataWithDataType = ((T*) data)
+ (((startingRow + fromRow) * columns) + startingColumn);
uint16_t offset = (((startingRow + fromRow) * columns) + startingColumn);
The addition on the right side might have an 8bit overflow.