Function parsing_utilities::parseDouble(const uint8_t *)

Function Documentation

double parsing_utilities::parseDouble(const uint8_t *buffer)

Converts an 8-byte-buffer into a double.

Parameters:

buffer[in] A pointer to a buffer containing 8 bytes of data

Returns:

The double extracted from the data in the buffer