meier/pdec #110

Merged
muellerr merged 10 commits from meier/pdec into develop 2021-11-19 12:49:37 +01:00
Owner
  • PDEC IP Core handler
* PDEC IP Core handler
muellerr was assigned by meierj 2021-11-08 13:12:28 +01:00
meierj added 7 commits 2021-11-08 13:12:35 +01:00
pdec handler print tc
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
709661ff67
clcw readout
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
6f85968f3c
fix in pdec tc reading
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
08b369f667
adaptions to q7s design
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
f75e7b2002
muellerr added 1 commit 2021-11-09 23:01:22 +01:00
Merge branch 'develop' into meier/pdec
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
0f3e9de2b0
muellerr approved these changes 2021-11-12 12:04:25 +01:00
@ -0,0 +333,4 @@
#endif /* OBSW_DEBUG_PDEC_HANDLER */
store_address_t storeId;
result = tcStore->addData(&storeId, tcSegment + 1, tcLength - 1);
Owner

JUst out of curiousity: Why tcLength - 1?

JUst out of curiousity: Why tcLength - 1?
Author
Owner

Because only the space packet should be frowarded.The first byte in the TC segment contains the map id and the sequence flags.

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) {
Owner

Maybe we can use arrayprinter::print() from globalfunctions here?

Maybe we can use arrayprinter::print() from `globalfunctions` here?
Author
Owner

Yes, we can also use the array printer function for this,

Yes, we can also use the array printer function for this,
meierj added 2 commits 2021-11-17 11:28:04 +01:00
muellerr merged commit 9ec653075d into develop 2021-11-19 12:49:37 +01:00
muellerr deleted branch meier/pdec 2021-11-19 12:49:39 +01:00
muellerr added this to the v1.9.0 milestone 2021-11-19 12:49:43 +01:00
Sign in to join this conversation.
No description provided.