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)]
pub enum Subservice {
EnableGeneration = 5,
DisableGeneration = 6,
HkPacket = 25,
GenerateOneShotHk = 27,
ModifyCollectionInterval = 31,
TcEnableGeneration = 5,
TcDisableGeneration = 6,
TmHkPacket = 25,
TcGenerateOneShotHk = 27,
TcModifyCollectionInterval = 31,
}