remember commander
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
4714c15d65
commit
f939bfc469
@ -347,10 +347,12 @@ ReturnValue_t SolarArrayDeploymentHandler::executeAction(ActionId_t actionId,
|
|||||||
return HasActionsIF::IS_BUSY;
|
return HasActionsIF::IS_BUSY;
|
||||||
}
|
}
|
||||||
actionActive = true;
|
actionActive = true;
|
||||||
|
rememberCommanderId = commandedBy;
|
||||||
return result;
|
return result;
|
||||||
} else if (actionId == SWITCH_OFF_DEPLOYMENT) {
|
} else if (actionId == SWITCH_OFF_DEPLOYMENT) {
|
||||||
startFsmOff();
|
startFsmOff();
|
||||||
actionActive = true;
|
actionActive = true;
|
||||||
|
rememberCommanderId = commandedBy;
|
||||||
return result;
|
return result;
|
||||||
} else {
|
} else {
|
||||||
return HasActionsIF::INVALID_ACTION_ID;
|
return HasActionsIF::INVALID_ACTION_ID;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user