hmm this is awkward
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-03-22 15:55:30 +01:00
parent ce8253b940
commit c184385e12
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 7 additions and 2 deletions

2
fsfw

@ -1 +1 @@
Subproject commit d791fc87b7bba11c1baa68d544cd991028ff3330
Subproject commit 6dd6f28db0259ec37c351a81ee8d26696f47118a

View File

@ -10,7 +10,12 @@ TcsSubsystem::TcsSubsystem(object_id_t objectId, object_id_t parentId, PowerSwit
ReturnValue_t TcsSubsystem::handleCommandMessage(CommandMessage* message) { return RETURN_OK; }
void TcsSubsystem::performChildOperation() {}
void TcsSubsystem::performChildOperation() {
switcher.doStateMachine();
if (not switcher.active()) {
}
}
ReturnValue_t TcsSubsystem::checkModeCommand(Mode_t mode, Submode_t submode,
uint32_t* msToReachTheMode) {