From 45413726e7b3528b1fb96869a4f5ef12d767f3e7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 20 Jan 2023 12:31:42 +0100 Subject: [PATCH] update docs --- mission/devices/SolarArrayDeploymentHandler.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mission/devices/SolarArrayDeploymentHandler.h b/mission/devices/SolarArrayDeploymentHandler.h index 8e5c32ad..63f1d3de 100644 --- a/mission/devices/SolarArrayDeploymentHandler.h +++ b/mission/devices/SolarArrayDeploymentHandler.h @@ -58,10 +58,12 @@ class SolarArrayDeploymentHandler : public ExecutableObjectIF, public SystemObject, public HasActionsIF { public: - //! Manual deployment of the solar arrays. Burn time, channel switch interval and dry run flag - //! are supplied as parameters. There are following cases to consider + //! Manual deployment of the solar arrays. Burn time, channel switch interval, initial + //! burn channel and dry run flag are supplied as parameters. There are following cases to + //! consider. //! - //! - Channel switch interval greater or equal to burn time: Only burn one channel + //! - Channel switch interval greater or equal to burn time: Only burn one channel. The init + //! burn channel parameter can be used to select which channel is burned. //! - Channel switch interval half of burn time: Burn each channel for half of the burn time. //! //! The dry run flag can be used to avoid actually toggling IO pins and only test the