#include <SENSAndroidGps.h>
Definition at line 7 of file SENSAndroidGps.h.
◆ SENSAndroidGps()
| SENSAndroidGps::SENSAndroidGps |
( |
| ) |
|
|
inline |
◆ start()
| bool SENSAndroidGps::start |
( |
| ) |
|
|
overridevirtual |
◆ stop()
| void SENSAndroidGps::stop |
( |
| ) |
|
|
overridevirtual |
◆ updateLocation()
| void SENSAndroidGps::updateLocation |
( |
double |
latitudeDEG, |
|
|
double |
longitudeDEG, |
|
|
double |
altitudeM, |
|
|
float |
accuracyM |
|
) |
| |
Definition at line 29 of file SENSAndroidGps.cpp.
35 setLocation({latitudeDEG, longitudeDEG, altitudeM, accuracyM});
void setLocation(SENSGps::Location location)
void log(const char *tag, const char *format,...)
logs a formatted string platform independently
The documentation for this class was generated from the following files: