more printouts, switch on debug mode
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
@ -159,6 +159,7 @@ bool PlocSupvUartManager::handleUartReception() {
|
||||
} else if (bytesRead > 0) {
|
||||
if (debugMode) {
|
||||
sif::info << "Received " << bytesRead << " bytes from the PLOC Supervisor:" << std::endl;
|
||||
arrayprinter::print(recBuf.data(), bytesRead);
|
||||
}
|
||||
recRingBuf.writeData(recBuf.data(), bytesRead);
|
||||
tryHdlcParsing();
|
||||
@ -1013,7 +1014,7 @@ ReturnValue_t PlocSupvUartManager::tryHdlcParsing() {
|
||||
}
|
||||
recRingBuf.deleteData(bytesRead);
|
||||
} else if (result != NO_PACKET_FOUND) {
|
||||
sif::warning << "ScexUartReader::performOperation: Possible packet loss" << std::endl;
|
||||
sif::warning << "PlocSupvUartMan::performOperation: Possible packet loss" << std::endl;
|
||||
// Markers found at wrong place
|
||||
// which might be a hint for a possibly lost packet.
|
||||
// Maybe trigger event?
|
||||
|
Reference in New Issue
Block a user