bump sat-rs and improve PUS stack

This commit is contained in:
2024-05-02 12:32:57 +02:00
parent 62cc933f88
commit 66a18e08e5
13 changed files with 397 additions and 396 deletions

View File

@ -3,12 +3,6 @@ use satrs::spacepackets::time::TimeWriter;
pub mod config;
#[derive(Debug, PartialEq, Eq, Copy, Clone)]
pub enum HandlingStatus {
Empty,
HandledOne,
}
#[derive(Debug)]
pub struct TimeStampHelper {
stamper: CdsTime,