tmtc
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details

This commit is contained in:
Irini Kosmidou 2022-06-30 21:53:02 +02:00
parent 20328f89ae
commit 5a92b9e616
3 changed files with 3 additions and 4 deletions

View File

@ -184,7 +184,6 @@ void ScexUartReader::handleFoundDlePacket(uint8_t *packet, size_t len) {
if (result != RETURN_OK) {
sif::warning << "ScexUartReader::handleFoundDlePacket: IPCRingBuf error" << std::endl;
}
// sif::info << "DLE handler done" << std::endl;
}
ReturnValue_t ScexUartReader::readReceivedMessage(CookieIF *cookie, uint8_t **buffer,

View File

@ -150,7 +150,7 @@ ReturnValue_t ScexDeviceHandler::interpretDeviceReply(DeviceCommandId_t id, cons
auto multiFileHandler = [&](std::string cmdName) {
if ((helper.getPacketCounter() == 1) or (not fileNameSet)) {
finishCountdown.setTimeout(LONG_CD);
// countdown starten
// countdown starts
finishCountdown.resetTimer();
fileId = random_string(6);
@ -223,7 +223,7 @@ void ScexDeviceHandler::performOperationHook() {
if (commandActive and finishCountdown.hasTimedOut()) {
triggerEvent(scex::EXPERIMENT_TIMEDOUT, currCmd, 0);
reader.finish();
sif::warning << "ScexDeviceHandler::interpretDiviceReply: Reader timeout" << std::endl;
sif::warning << "ScexDeviceHandler::performOperationHook: Reader timeout" << std::endl;
fileNameSet = false;
commandActive = false;
}

2
tmtc

@ -1 +1 @@
Subproject commit 67500e88edbf684e79775333c69735ac88b31fd0
Subproject commit dbae41cb5810c45ee783080dd0c0f5580e258876