pool entry update #350

Merged
gaisser merged 2 commits from KSat/fsfw:mueller/pool-entry-update into development 2021-01-19 14:51:56 +01:00
Owner

Using pool entries with the new initializer list was still kind of awkward because the old constructor
would ignore the initializer list length. I refactored the ctor to deduce the number
of pool entries from the length of the initializer list. I think this is more intuitive.
I also provided setter/getter functions instead of expsoing pointers or other data directly.
Still need to check where I needed to change code, but I think it was mostly internal stuff (for setter/getter functions).

It might be a better idea to push this with the local pool update because of the internal API change

Using pool entries with the new initializer list was still kind of awkward because the old constructor would ignore the initializer list length. I refactored the ctor to deduce the number of pool entries from the length of the initializer list. I think this is more intuitive. I also provided setter/getter functions instead of expsoing pointers or other data directly. Still need to check where I needed to change code, but I think it was mostly internal stuff (for setter/getter functions). It might be a better idea to push this with the local pool update because of the internal API change
muellerr added the
API Change
label 2021-01-13 12:05:47 +01:00
muellerr added 1 commit 2021-01-13 12:05:48 +01:00
muellerr changed title from pool entry update to WIP: pool entry update 2021-01-13 12:06:40 +01:00
muellerr changed title from WIP: pool entry update to pool entry update 2021-01-13 15:33:10 +01:00
gaisser added 1 commit 2021-01-19 14:51:48 +01:00
gaisser merged commit 6ef11678d0 into development 2021-01-19 14:51:56 +01:00
gaisser deleted branch mueller/pool-entry-update 2021-01-19 14:52:00 +01:00
gaisser added this to the ASTP 1.0.0 Local pools milestone 2021-01-26 14:27:12 +01:00
Sign in to join this conversation.
No description provided.