#include <stdint.h>
Go to the source code of this file.
Namespaces | |
namespace | ublox |
Functions | |
static void | ublox::calculateChecksum (const uint8_t *data, uint32_t size, uint8_t &ck_a, uint8_t &ck_b) |
calculate the checksum of a u-blox_message | |
static uint16_t | ublox::calculateChecksum (const uint8_t *data, uint32_t size, uint16_t &checksum) |
calculate the checksum of a u-blox_message. |