GPS implementation (#216)
Implemented basic GPS support: - GPS HAL - GPS Service - GPS Settings app
This commit is contained in:
committed by
GitHub
parent
2345ba6d13
commit
14e459e50f
@@ -22,7 +22,8 @@ public:
|
||||
Touch,
|
||||
SdCard,
|
||||
Keyboard,
|
||||
Power
|
||||
Power,
|
||||
Gps
|
||||
};
|
||||
|
||||
typedef uint32_t Id;
|
||||
@@ -36,7 +37,7 @@ public:
|
||||
Device();
|
||||
virtual ~Device() = default;
|
||||
|
||||
Id getId() const { return id; }
|
||||
inline Id getId() const { return id; }
|
||||
|
||||
/** The type of device. */
|
||||
virtual Type getType() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user