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: libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler
BLELocation Class Reference
BLELocation class. More...
#include <BLELocation.h>
Public Member Functions | |
| BLELocation (const RawSerial *pc) | |
| Constructor. | |
| virtual | ~BLELocation () |
| Destructor. | |
| virtual void | updateLocation () |
| Update the current location. | |
| void | processLocationUpdateResponse (char *response, int response_length) |
| Process the location update response. | |
| void | setDefault (float latitude, float longitude, float altitude, float speed) |
| Set the default location. | |
Detailed Description
BLELocation class.
Definition at line 34 of file BLELocation.h.
Constructor & Destructor Documentation
| BLELocation | ( | const RawSerial * | pc ) |
Constructor.
Definition at line 34 of file BLELocation.cpp.
| ~BLELocation | ( | ) | [virtual] |
Destructor.
Definition at line 38 of file BLELocation.cpp.
Member Function Documentation
| void processLocationUpdateResponse | ( | char * | response, |
| int | response_length | ||
| ) |
Process the location update response.
Definition at line 56 of file BLELocation.cpp.
| void setDefault | ( | float | latitude, |
| float | longitude, | ||
| float | altitude, | ||
| float | speed | ||
| ) |
Set the default location.
Definition at line 48 of file BLELocation.cpp.
| void updateLocation | ( | ) | [virtual] |
Update the current location.
Definition at line 105 of file BLELocation.cpp.
Generated on Sun Jul 17 2022 05:11:06 by
1.7.2