Parameter Improvements #250

Merged
gaisser merged 18 commits from KSat/fsfw:mueller/parameter-convergence into development 2020-12-10 17:09:55 +01:00
Owner

I still need to adapt some documentation. This improves the interface and makes it a lot less confusing (unfortunately, API change..).

Fixes #153 .

I still need to adapt some documentation. This improves the interface and makes it a lot less confusing (unfortunately, API change..). Fixes #153 .
muellerr added the
feature
API Change
labels 2020-11-02 16:02:11 +01:00
muellerr changed title from WIP: Parameter Improvements to Parameter Improvements 2020-11-10 11:17:32 +01:00
muellerr changed title from Parameter Improvements to WIP: Parameter Improvements 2020-12-01 14:01:58 +01:00
Author
Owner

UPDATE: I will write API changes into new CHANGELOG file.

UPDATE: I will write API changes into new CHANGELOG file.
gaisser added this to the ASTP 1.0.0 Local pools milestone 2020-12-01 15:39:00 +01:00
muellerr added 1 commit 2020-12-03 13:05:14 +01:00
muellerr added 1 commit 2020-12-03 13:10:43 +01:00
muellerr changed title from WIP: Parameter Improvements to Parameter Improvements 2020-12-03 13:10:59 +01:00
Author
Owner

CHANGELOG updated

CHANGELOG updated
muellerr added 1 commit 2020-12-03 13:12:03 +01:00
Owner

Related to #153

Related to #153
muellerr added 1 commit 2020-12-05 11:49:49 +01:00
gaisser added 1 commit 2020-12-08 14:52:23 +01:00
muellerr added 1 commit 2020-12-08 15:51:38 +01:00
muellerr added 1 commit 2020-12-08 15:55:57 +01:00
gaisser added 1 commit 2020-12-10 16:24:21 +01:00
gaisser reviewed 2020-12-10 16:32:42 +01:00
@ -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);
Owner

The addition on the right side might have an 8bit overflow.

The addition on the right side might have an 8bit overflow.
gaisser marked this conversation as resolved
muellerr added 1 commit 2020-12-10 17:01:12 +01:00
muellerr added 1 commit 2020-12-10 17:02:12 +01:00
muellerr added 1 commit 2020-12-10 17:05:51 +01:00
gaisser merged commit 2c7936cecd into development 2020-12-10 17:09:55 +01:00
gaisser deleted branch mueller/parameter-convergence 2020-12-10 17:10:01 +01:00
Sign in to join this conversation.
No description provided.