Pool Raw Access Helper tested, appesrs to work. SerializeAdapter doc

changes, tm packet stored debug output if not enough
storage available
This commit is contained in:
2019-12-26 16:44:50 +01:00
parent 1f1831c4a1
commit e24f9b89e4
5 changed files with 55 additions and 40 deletions

View File

@ -22,6 +22,7 @@ TmPacketStored::TmPacketStored(uint16_t apid, uint8_t service,
(TmPacketBase::TM_PACKET_MIN_SIZE + size + headerSize), &pData);
if (returnValue != store->RETURN_OK) {
debug << "TM Packet Stored: Issue getting free storage" << std::endl;
checkAndReportLostTm();
return;
}