v1.15.0 #311
@ -371,14 +371,15 @@ ReturnValue_t SolarArrayDeploymentHandler::saGpioAlternation() {
|
|||||||
status = result;
|
status = result;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
result = sa1On();
|
|
||||||
if (result != returnvalue::OK) {
|
|
||||||
status = result;
|
|
||||||
}
|
|
||||||
result = sa2Off();
|
result = sa2Off();
|
||||||
if (result != returnvalue::OK) {
|
if (result != returnvalue::OK) {
|
||||||
status = result;
|
status = result;
|
||||||
}
|
}
|
||||||
|
result = sa1On();
|
||||||
|
if (result != returnvalue::OK) {
|
||||||
|
status = result;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
fsmInfo.alternationDummy = not fsmInfo.alternationDummy;
|
fsmInfo.alternationDummy = not fsmInfo.alternationDummy;
|
||||||
channelAlternationCd.resetTimer();
|
channelAlternationCd.resetTimer();
|
||||||
|
@ -174,7 +174,7 @@ class SolarArrayDeploymentHandler : public ExecutableObjectIF,
|
|||||||
*/
|
*/
|
||||||
Countdown burnCountdown;
|
Countdown burnCountdown;
|
||||||
|
|
||||||
Countdown channelAlternationCd = Countdown(config::SA_DEPL_CHANNEL_ALTERNATION_INTERVAL_SECS);
|
Countdown channelAlternationCd = Countdown(config::SA_DEPL_CHANNEL_ALTERNATION_INTERVAL_SECS * 1000);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The message queue id of the component commanding an action will be stored in this variable.
|
* The message queue id of the component commanding an action will be stored in this variable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user