![]() |
0.4.1
|
Helper Functions to work with Ublox Sensors. More...
Go to the source code of this file.
Namespaces | |
namespace | NAV |
namespace | NAV::vendor |
namespace | NAV::vendor::ublox |
Functions | |
uint8_t | NAV::vendor::ublox::checksumNMEA (const std::vector< uint8_t > &data) |
Calculates the NMEA checksum for the provided data vector. | |
std::pair< uint8_t, uint8_t > | NAV::vendor::ublox::checksumUBX (const std::vector< uint8_t > &data) |
Calculates the two UBX checksums for the provided data vector. | |
bool | NAV::vendor::ublox::decryptUbloxObs (const std::shared_ptr< NAV::UbloxObs > &obs, uart::protocol::Packet &packet, const std::string &nameId) |
Decrypts the provided Ublox observation. | |