add more HK subservices
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
2023-02-04 15:45:23 +01:00
parent cfa5f8099c
commit 7aa3432f16
5 changed files with 27 additions and 11 deletions

View File

@ -13,10 +13,10 @@ use serde::{Deserialize, Serialize};
#[cfg(feature = "std")]
use std::error::Error;
pub mod scheduling;
pub mod event;
pub mod verification;
pub mod hk;
pub mod scheduling;
pub mod verification;
pub type CrcType = u16;
@ -68,7 +68,7 @@ pub enum PusServiceId {
/// Service 22
PositionBasedScheduling = 22,
/// Service 23
FileManagement = 23
FileManagement = 23,
}
/// All PUS versions. Only PUS C is supported by this library.