#include <cmath>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
rosflight_firmware | |
Functions | |
uint16_t | rosflight_firmware::checksum_fletcher16 (const uint8_t *src, size_t len, bool finalize=true, uint16_t start=0) |
Fletcher 16-bit checksum. More... | |