move generic struct

This commit is contained in:
2024-04-29 21:18:32 +02:00
parent c9e5b9ffdb
commit e47523a734
4 changed files with 10 additions and 11 deletions

View File

@ -3,6 +3,12 @@ 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,