Relax SUS FDIR #677
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "relax-sus-fdir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TMTC PR: eive/eive-tmtc#205
Relax SUS FDIRto WIP: Relax SUS FDIRWIP: Relax SUS FDIRto Relax SUS FDIR@ -95,0 +111,4 @@
}
if (invalidMsgCounter > 0) {
triggerEvent(TEMPERATURE_ALL_ONES_RECOVERY, invalidMsgCounter);
invalidMsgCounter = 0;
maybe decrement here instead of resetting the counter?
Then I'd change the event handling, not sure what would be best here.. Otherwise it could be a lot of events.
not sure either. your call
@ -19,0 +19,4 @@
//! [EXPORT] : [COMMENT] Detected invalid values, starting invalid message counting
static constexpr Event TEMPERATURE_ALL_ONES_START =
event::makeEvent(SUBSYSTEM_ID, 0, severity::LOW);
prob medium severity
@ -19,0 +23,4 @@
//! [EXPORT] : [COMMENT] Detected valid values again, resetting invalid message counter.
//! P1: Invalid message counter.
static constexpr Event TEMPERATURE_ALL_ONES_RECOVERY =
event::makeEvent(SUBSYSTEM_ID, 1, severity::LOW);
prob info event