Function novatel_gps_driver::ParseDouble(const uint8_t *)
Defined in File parsing_utils.h
Function Documentation
-
double novatel_gps_driver::ParseDouble(const uint8_t *buffer)
Converts a buffer containing 8 bytes into a double.
This assumes that the bytes in the buffer are already arranged with the same endianness as the local platform.
- Parameters:
buffer – A buffer containing 8 bytes of data.
- Returns:
The double represented by the data in the buffer.