SDC state machine printouts
This commit is contained in:
parent
6b671cfa65
commit
310f8f5f3c
@ -587,7 +587,7 @@ ReturnValue_t CoreController::sdStateMachine() {
|
|||||||
// Update status file
|
// Update status file
|
||||||
result = sdcMan->updateSdCardStateFile();
|
result = sdcMan->updateSdCardStateFile();
|
||||||
if (result != returnvalue::OK) {
|
if (result != returnvalue::OK) {
|
||||||
sif::warning << "CoreController::initialize: Updating SD card state file failed" << std::endl;
|
sif::warning << "CoreController: Updating SD card state file failed" << std::endl;
|
||||||
}
|
}
|
||||||
sdInfo.commandExecuted = false;
|
sdInfo.commandExecuted = false;
|
||||||
sdFsmState = SdStates::IDLE;
|
sdFsmState = SdStates::IDLE;
|
||||||
@ -599,6 +599,7 @@ ReturnValue_t CoreController::sdStateMachine() {
|
|||||||
actionHelper.finish(true, sdCommandingInfo.commander, sdCommandingInfo.actionId,
|
actionHelper.finish(true, sdCommandingInfo.commander, sdCommandingInfo.actionId,
|
||||||
returnvalue::OK);
|
returnvalue::OK);
|
||||||
}
|
}
|
||||||
|
sif::info << "SD card update finished" << std::endl;
|
||||||
if (not sdInfo.initFinished) {
|
if (not sdInfo.initFinished) {
|
||||||
updateSdInfoOther();
|
updateSdInfoOther();
|
||||||
sdInfo.initFinished = true;
|
sdInfo.initFinished = true;
|
||||||
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
|||||||
Subproject commit 9edbdf1a8dc62405e14e59fd4a4dced991963ca5
|
Subproject commit 92ce64cd39fb5d74af1358a436113322d9711dfb
|
Loading…
Reference in New Issue
Block a user