![]() |
VectorNav C++ Library
|
Helpful class for working with 8-bit checksums. More...
#include <error_detection.h>
Static Public Member Functions | |
static uint8_t | compute (const char data[], size_t length) |
Computes the 8-bit checksum of the provided data. More... | |
Helpful class for working with 8-bit checksums.
|
static |
Computes the 8-bit checksum of the provided data.
[in] | data | The data array to compute the 8-bit checksum for. |
[in] | length | The length of data bytes from the array to compute the checksum over. |