From d83e291c8a935cf9b77e77121762b0a04f3f549c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 20 Dec 2022 15:05:34 +0100 Subject: [PATCH] add basic subservices --- satrs-core/src/pus/hk.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/satrs-core/src/pus/hk.rs b/satrs-core/src/pus/hk.rs index 062b3fb..9ca1669 100644 --- a/satrs-core/src/pus/hk.rs +++ b/satrs-core/src/pus/hk.rs @@ -1,2 +1,8 @@ #[derive(Debug, Copy, Clone, PartialEq, Eq)] -pub enum Subservice {} +pub enum Subservice { + EnableGeneration = 5, + DisableGeneration = 6, + HkPacket = 25, + GenerateOneShotHk = 27, + ModifyCollectionInterval = 31, +}