added TMTC prefix

This commit is contained in:
Robin Müller 2022-12-20 15:06:48 +01:00
parent d83e291c8a
commit 53ac1e05f4
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -1,8 +1,8 @@
#[derive(Debug, Copy, Clone, PartialEq, Eq)] #[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum Subservice { pub enum Subservice {
EnableGeneration = 5, TcEnableGeneration = 5,
DisableGeneration = 6, TcDisableGeneration = 6,
HkPacket = 25, TmHkPacket = 25,
GenerateOneShotHk = 27, TcGenerateOneShotHk = 27,
ModifyCollectionInterval = 31, TcModifyCollectionInterval = 31,
} }