last tweaks, all works now

This commit is contained in:
2023-01-27 17:34:22 +01:00
parent 83ab34dfc3
commit 8d9eb9ac58
2 changed files with 6 additions and 3 deletions

View File

@ -396,9 +396,12 @@ void CcsdsIpCoreHandler::startTransition(Mode_t mode, Submode_t submode) {
mode = HasModesIF::MODE_OFF;
}
modeHelper.modeChanged(mode, submode);
announceMode(false);
}
void CcsdsIpCoreHandler::announceMode(bool recursive) { triggerEvent(MODE_INFO, mode, submode); }
void CcsdsIpCoreHandler::announceMode(bool recursive) {
triggerEvent(MODE_INFO, mode, submode);
}
void CcsdsIpCoreHandler::disableTransmit() {
#ifndef TE0720_1CFA