somethings wrong
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2023-11-14 15:28:27 +01:00
parent bb20def961
commit 2563432171
6 changed files with 42 additions and 27 deletions

View File

@ -15,7 +15,7 @@
using supv::TcBase;
static constexpr bool DEBUG_PLOC_SUPV = true;
static constexpr bool REDUCE_NORMAL_MODE_PRINTOUT = true;
static constexpr bool REDUCE_NORMAL_MODE_PRINTOUT = false;
class FreshSupvHandler : public FreshDeviceHandlerBase {
public:
@ -176,7 +176,7 @@ class FreshSupvHandler : public FreshDeviceHandlerBase {
ReturnValue_t handleHkReport(const uint8_t* data);
ReturnValue_t verifyPacket(const uint8_t* start, size_t foundLen);
void confirmReplyPacketReceived(supv::Apid apid, uint8_t serviceId);
void performCommandCompletionHandling(ActiveCmdInfo& info);
void performCommandCompletionHandling(supv::Apid apid, uint8_t serviceId, ActiveCmdInfo& info);
ReturnValue_t handleBootStatusReport(const uint8_t* data);
ReturnValue_t genericHandleTm(const char* contextString, const uint8_t* data,
LocalPoolDataSetBase& set, supv::Apid apid, uint8_t serviceId);