0.2.0
|
Helper Functions to work with Kvh Sensors. More...
Go to the source code of this file.
Functions | |
void | NAV::vendor::kvh::decryptKvhObs (const std::shared_ptr< NAV::KvhObs > &obs) |
Decrypts the provided Kvh observation. | |
uint32_t | NAV::vendor::kvh::ui32CalcImuCRC (const std::vector< uint8_t > &rawData) |
Calculates the checksum of the provided rawData vector. | |
Helper Functions to work with Kvh Sensors.
void NAV::vendor::kvh::decryptKvhObs | ( | const std::shared_ptr< NAV::KvhObs > & | obs | ) |
Decrypts the provided Kvh observation.
[in,out] | obs | Kvh Observation to decrypt |
uint32_t NAV::vendor::kvh::ui32CalcImuCRC | ( | const std::vector< uint8_t > & | rawData | ) |
Calculates the checksum of the provided rawData vector.
[in,out] | rawData | Vector of the raw data including header and checksum |