some fixes, this should work now #347

Merged
muellerr merged 8 commits from allow_switch_interval_specification into develop 2023-01-20 14:23:35 +01:00
Showing only changes of commit 45413726e7 - Show all commits

View File

@ -58,10 +58,12 @@ class SolarArrayDeploymentHandler : public ExecutableObjectIF,
public SystemObject, public SystemObject,
public HasActionsIF { public HasActionsIF {
public: public:
//! Manual deployment of the solar arrays. Burn time, channel switch interval and dry run flag //! Manual deployment of the solar arrays. Burn time, channel switch interval, initial
//! are supplied as parameters. There are following cases to consider //! 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. //! - 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 //! The dry run flag can be used to avoid actually toggling IO pins and only test the