|
| double | novatel_gps_driver::ConvertDmsToDegrees (double dms) |
| |
| void | novatel_gps_driver::GetExtendedSolutionStatusMessage (uint32_t status, novatel_gps_msgs::NovatelExtendedSolutionStatus &msg) |
| |
| void | novatel_gps_driver::GetNovatelReceiverStatusMessage (uint32_t status, novatel_gps_msgs::NovatelReceiverStatus &receiver_status_msg) |
| |
| void | novatel_gps_driver::GetSignalsUsed (uint32_t mask, novatel_gps_msgs::NovatelSignalMask &msg) |
| |
| double | novatel_gps_driver::ParseDouble (const uint8_t *buffer) |
| | Converts a buffer containing 8 bytes into a double. More...
|
| |
| bool | novatel_gps_driver::ParseDouble (const std::string &string, double &value) |
| | Parses a string containing a floating-point number into a double. More...
|
| |
| float | novatel_gps_driver::ParseFloat (const uint8_t *buffer) |
| | Converts a buffer containing 4 bytes into a float. More...
|
| |
| bool | novatel_gps_driver::ParseFloat (const std::string &string, float &value) |
| | Parses a string containing a floating-point number into a float. More...
|
| |
| int16_t | novatel_gps_driver::ParseInt16 (const uint8_t *buffer) |
| | Converts a buffer containing 2 bytes into a signed 16-bit int. More...
|
| |
| bool | novatel_gps_driver::ParseInt16 (const std::string &string, int16_t &value, int32_t base=10) |
| | Parses a string containing an integer number into an int16_t. More...
|
| |
| int32_t | novatel_gps_driver::ParseInt32 (const uint8_t *buffer) |
| | Converts a buffer containing 4 bytes into a signed 32-bit int. More...
|
| |
| bool | novatel_gps_driver::ParseInt32 (const std::string &string, int32_t &value, int32_t base=10) |
| | Parses a string containing an integer number into an int32_t. More...
|
| |
| uint16_t | novatel_gps_driver::ParseUInt16 (const uint8_t *buffer) |
| | Converts a buffer containing 2 bytes into an unsigned 16-bit int. More...
|
| |
| bool | novatel_gps_driver::ParseUInt16 (const std::string &string, uint16_t &value, int32_t base=10) |
| | Parses a string containing an integer number into a uint16_t. More...
|
| |
| uint32_t | novatel_gps_driver::ParseUInt32 (const uint8_t *buffer) |
| | Converts a buffer containing 4 bytes into an unsigned 32-bit int. More...
|
| |
| bool | novatel_gps_driver::ParseUInt32 (const std::string &string, uint32_t &value, int32_t base=10) |
| | Parses a string containing an integer number into a uint32_t. More...
|
| |
| bool | novatel_gps_driver::ParseUInt8 (const std::string &string, uint8_t &value, int32_t base=10) |
| | Parses a string containing an integer number into a uint16_t. More...
|
| |
| double | novatel_gps_driver::UtcFloatToSeconds (double utc_float) |
| |