Helper Functions to work with Emlid Sensors. More...
Go to the source code of this file.
Namespaces | |
namespace | NAV |
namespace | NAV::vendor |
namespace | NAV::vendor::emlid |
Functions | |
std::pair< uint8_t, uint8_t > | NAV::vendor::emlid::checksumUBX (const std::vector< uint8_t > &data) |
Calculates the two UBX checksums for the provided data vector. | |
void | NAV::vendor::emlid::decryptEmlidObs (const std::shared_ptr< NAV::EmlidObs > &obs, uart::protocol::Packet &packet) |
Decrypts the provided Emlid observation. | |