pool entry update #350
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#350
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/pool-entry-update"
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?
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
pool entry updateto WIP: pool entry updateWIP: pool entry updateto pool entry update