Pool Implementation #5
No reviewers
Labels
No Label
api
b-api
bug
concepts
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: rust/sat-rs#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "pool"
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?
There is actually no suitable library in Rust available for a FSFW like pool. I decided to go for a more or less 1:1 translation of the FSFW pool, which is perfectly tailored towards the requirements of satellite OBSW and uses pre-allocation to avoid run-time allocations. Rust language features and its standard library made the implementation really clean.
WIP: Pool Implementationto Pool Implementationmuellerr referenced this pull request2022-06-12 19:16:10 +02:00