Update CRC function #26

Merged
mohr merged 2 commits from mohr_crc into master 2020-04-16 15:27:48 +02:00
Owner
  • Added parameter to supply initial crc to allow continuous calculation over multiple regions.
  • Moved into own class
  • renamed function and table to show which crc (crc-16-ccitt) is calculated

Needs following adaptions in code using crc:

  • change include from #include <framework/globalfunctions/crc_ccitt.h> to #include <framework/globalfunctions/CRC.h>
  • change calls from ::Calculate_CRC() to CRC::crc16ccitt
* Added parameter to supply initial crc to allow continuous calculation over multiple regions. * Moved into own class * renamed function and table to show which crc (crc-16-ccitt) is calculated Needs following adaptions in code using crc: * change include from #include \<framework/globalfunctions/crc_ccitt.h\> to #include \<framework/globalfunctions/CRC.h\> * change calls from ::Calculate_CRC() to CRC::crc16ccitt
mohr self-assigned this 2020-04-06 13:27:07 +02:00
mohr added the
feature
label 2020-04-06 13:27:07 +02:00
gaisser added the
API Change
label 2020-04-16 15:01:21 +02:00
mohr closed this pull request 2020-04-16 15:27:47 +02:00
mohr deleted branch mohr_crc 2020-04-16 15:28:01 +02:00
Sign in to join this conversation.
No description provided.