|
Maps SDK for C++ 1.0.0
|
Definition of Compass interface. More...


Public Types | |
| enum class | EAccuracy { Unknown = 0 , Low , Medium , High } |
| Values that represent the accuracy of the compass. More... | |
Public Member Functions | |
| virtual double | getHeading () const =0 |
| Get magnetic heading, 0 representing magnetic north. | |
| virtual EAccuracy | getAccuracy () const =0 |
| EDataType | getType () const override final |
| Get data type. | |
| virtual LargeInteger | getAcquisitionTimestamp () const =0 |
| Time | getTime () const |
| template<typename TDerivedType> | |
| StrongPointer< TDerivedType > | cast () |
| Cast to a derived type. | |
Static Public Member Functions | |
| static bool | isSameType (const IData *ptr) |
| Check if two data elements have the same type. | |
Definition of Compass interface.
|
strong |
|
inlineinherited |
Cast to a derived type.
|
pure virtual |
|
pure virtualinherited |
Implemented in gem::sense::MockPosition.
|
pure virtual |
Get magnetic heading, 0 representing magnetic north.
|
inlineinherited |
|
inlinefinaloverridevirtualinherited |
|
inlinestaticinherited |
Check if two data elements have the same type.
| ptr | The other IData pointer to check against. |