add HK subservice enum
This commit is contained in:
2
satrs-core/src/pus/hk.rs
Normal file
2
satrs-core/src/pus/hk.rs
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||||
|
pub enum Subservice {}
|
||||||
@@ -12,6 +12,7 @@ use spacepackets::{ByteConversionError, SizeMissmatch};
|
|||||||
|
|
||||||
pub mod event;
|
pub mod event;
|
||||||
pub mod event_man;
|
pub mod event_man;
|
||||||
|
pub mod hk;
|
||||||
pub mod verification;
|
pub mod verification;
|
||||||
|
|
||||||
/// Generic error type which is also able to wrap a user send error with the user supplied type E.
|
/// Generic error type which is also able to wrap a user send error with the user supplied type E.
|
||||||
|
|||||||
Reference in New Issue
Block a user