meier/pdec #110
Loading…
x
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,