0.2.0
|
Helper Functions to work with Emlid Sensors. More...
Go to the source code of this file.
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. | |
Helper Functions to work with Emlid Sensors.
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.
[in] | data | Data Vector for which the checksum should be calculated |
void NAV::vendor::emlid::decryptEmlidObs | ( | const std::shared_ptr< NAV::EmlidObs > & | obs, |
uart::protocol::Packet & | packet ) |
Decrypts the provided Emlid observation.
[in] | obs | Emlid Observation to decrypt |
[in,out] | packet | Uart packet with the data (content gets changed because data gets extracted) |