meier/pdec #110
No reviewers
Labels
No Label
OPS TODO
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/eive-obsw#110
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "meier/pdec"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +333,4 @@
#endif /* OBSW_DEBUG_PDEC_HANDLER */
store_address_t storeId;
result = tcStore->addData(&storeId, tcSegment + 1, tcLength - 1);
JUst out of curiousity: Why tcLength - 1?
Because only the space packet should be frowarded.The first byte in the TC segment contains the map id and the sequence flags.
@ -0,0 +407,4 @@
return RETURN_OK;
}
void PdecHandler::printTC(uint32_t tcLength) {
Maybe we can use arrayprinter::print() from
globalfunctions
here?Yes, we can also use the array printer function for this,