Pool Implementation #5

Merged
muellerr merged 5 commits from pool into main 2022-06-12 19:15:26 +02:00
Owner

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.

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.
muellerr added 3 commits 2022-06-11 18:26:17 +02:00
muellerr added 1 commit 2022-06-12 13:26:45 +02:00
muellerr added 1 commit 2022-06-12 19:14:41 +02:00
muellerr changed title from WIP: Pool Implementation to Pool Implementation 2022-06-12 19:14:57 +02:00
muellerr merged commit 8bb5988a3e into main 2022-06-12 19:15:26 +02:00
muellerr deleted branch pool 2022-06-12 19:15:26 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rust/sat-rs#5
No description provided.