![]() |
0.5.0
|
Data Structures | |
| class | KvhUartSensor |
| Class to read out KVH Sensors. More... | |
Functions | |
| void | decryptKvhObs (const std::shared_ptr< NAV::KvhObs > &obs) |
| Decrypts the provided Kvh observation. | |
| uint32_t | ui32CalcImuCRC (const std::vector< uint8_t > &rawData) |
| Calculates the checksum of the provided rawData vector. | |
| void NAV::vendor::kvh::decryptKvhObs | ( | const std::shared_ptr< NAV::KvhObs > & | obs | ) |
Decrypts the provided Kvh observation.
| [in,out] | obs | Kvh Observation to decrypt |
Definition at line 97 of file KvhUtilities.cpp.
| 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 |
Definition at line 84 of file KvhUtilities.cpp.