Function ublox::calculateChecksum(const uint8_t *, uint32_t, uint8_t&, uint8_t&)
Defined in File checksum.hpp
Function Documentation
-
static inline 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
- Parameters:
data – the start of the u-blox message
data – the size of the u-blox message
ck_a – the checksum a output
ck_b – the checksum b output