add HK subservice enum

This commit is contained in:
Robin Müller 2022-12-19 17:05:50 +01:00
parent c591092881
commit a9b0de218f
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 3 additions and 0 deletions

2
satrs-core/src/pus/hk.rs Normal file
View File

@ -0,0 +1,2 @@
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum Subservice {}

View File

@ -12,6 +12,7 @@ use spacepackets::{ByteConversionError, SizeMissmatch};
pub mod event;
pub mod event_man;
pub mod hk;
pub mod verification;
/// Generic error type which is also able to wrap a user send error with the user supplied type E.