This commit is contained in:
parent
3d0ecadb1f
commit
45413726e7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user