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