Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot mbed-rtos mbed
Fork of mDot_LoRa_Sensornode by
uBlox Class Reference
Provides Functionality to control the uBlox. More...
#include <uBlox.h>
Public Member Functions | |
void | init (uBLOX_MODE) |
Initializes the uBlox according to the desired uBLOX_MODE. | |
unsigned long | getTimeOfWeekMs () |
Gets the GPS Time of Week in ms. | |
float | getLatitude () |
Gets the decoded Latitude of the GPS Coordinate. | |
float | getLongitude () |
Gets the decoded Longitude of the GPS Coordinate. | |
signed long | getHeightAboveEllipsoid () |
Gets the decoded height above ellipsoid of the GPS Coordinate. | |
signed long | getHeightAboveMeanSeaLevel () |
Gets the decoded height above mean sea level of the GPS Coordinate. | |
unsigned long | getHorizontalAccuracyEstimate () |
Gets the decoded horizontal accuracy of the GPS Coordinate measurement. | |
unsigned long | getVerticalAccuracyEstimate () |
Gets the decoded vertical accuracy of the GPS Coordinate measurment. |
Detailed Description
Provides Functionality to control the uBlox.
Definition at line 21 of file uBlox.h.
Member Function Documentation
signed long getHeightAboveEllipsoid | ( | ) |
signed long getHeightAboveMeanSeaLevel | ( | ) |
unsigned long getHorizontalAccuracyEstimate | ( | ) |
float getLatitude | ( | ) |
float getLongitude | ( | ) |
unsigned long getTimeOfWeekMs | ( | ) |
unsigned long getVerticalAccuracyEstimate | ( | ) |
void init | ( | uBLOX_MODE | desiredMode ) |
Generated on Tue Jul 12 2022 20:10:02 by
