PUS C Telemetry implementation #414

Merged
gaisser merged 70 commits from mueller/pus-c-support into development 2021-05-04 14:43:40 +02:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit efb7c8760a - Show all commits

View File

@ -147,11 +147,6 @@ ReturnValue_t ActionHelper::reportData(MessageQueueId_t reportTo,
return result;
}
if (result != HasReturnvaluesIF::RETURN_OK) {
ipcStore->deleteData(storeAddress);
return result;
}
/* We don't need to report the objectId, as we receive REQUESTED data before the completion
success message. True aperiodic replies need to be reported with another dedicated message. */
ActionMessage::setDataReply(&reply, replyId, storeAddress);