This commit is contained in:
parent
97f40232d7
commit
e746c151d3
@ -1,4 +1,5 @@
|
||||
#include <fsfw/src/fsfw/datapool/PoolReadGuard.h>
|
||||
#include <fsfw/datapool/PoolReadGuard.h>
|
||||
#include "fsfw/thermal/tcsDefinitions.h"
|
||||
#include <fsfw/tasks/TaskFactory.h>
|
||||
#include <mission/payload/PayloadPcduHandler.h>
|
||||
|
||||
@ -69,7 +70,7 @@ void PayloadPcduHandler::doShutDown() {
|
||||
{
|
||||
PoolReadGuard pg(&adcSet);
|
||||
adcSet.setReportingEnabled(false);
|
||||
adcSet.tempC = 0;
|
||||
adcSet.tempC = thermal::INVALID_TEMPERATURE;
|
||||
|
||||
std::memset(adcSet.channels.value, 0, sizeof(adcSet.channels.value));
|
||||
std::memset(adcSet.processed.value, 0, sizeof(adcSet.processed.value));
|
||||
@ -385,9 +386,7 @@ void PayloadPcduHandler::quickTransitionBackToOff(bool startTransitionToOff, boo
|
||||
state = States::STACK_5V_SWITCHING;
|
||||
adcState = AdcState::OFF;
|
||||
if (startTransitionToOff) {
|
||||
sif::debug << "transition back to off" << std::endl;
|
||||
startTransition(MODE_OFF, 0);
|
||||
sif::debug << "blubwapfwa" << std::endl;
|
||||
}
|
||||
if (notifyFdir) {
|
||||
triggerEvent(TRANSITION_BACK_TO_OFF, static_cast<uint32_t>(currentState));
|
||||
|
Loading…
x
Reference in New Issue
Block a user