From 9945f72eaff6a826c716ef3c73ace2b8baeed829 Mon Sep 17 00:00:00 2001 From: "spahr@ksat-stuttgart.de" Date: Sat, 22 Mar 2025 09:40:31 +0100 Subject: [PATCH] improve documentation for event --- src/fsfw/health/HasHealthIF.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fsfw/health/HasHealthIF.h b/src/fsfw/health/HasHealthIF.h index 16666bbc..2234a119 100644 --- a/src/fsfw/health/HasHealthIF.h +++ b/src/fsfw/health/HasHealthIF.h @@ -27,7 +27,8 @@ class HasHealthIF { static const Event CHILD_PROBLEMS = MAKE_EVENT(8, severity::LOW); //! Assembly overwrites health information of children to keep satellite alive. static const Event OVERWRITING_HEALTH = MAKE_EVENT(9, severity::LOW); - //! Someone starts a recovery of a component (typically power-cycle). No parameters. + //! Someone starts a recovery of a component (typically power-cycle). + //! P1: Object Id of the recovering device. static const Event TRYING_RECOVERY = MAKE_EVENT(10, severity::MEDIUM); //! Recovery is ongoing. Comes twice during recovery. //! P1: 0 for the first, 1 for the second event. P2: 0