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


Public Member Functions | |
| virtual double | getX () const =0 |
| virtual double | getY () const =0 |
| virtual double | getZ () const =0 |
| virtual EUnitOfMeasurement | getUnit () 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 Acceleration interface.
Acceleration on x, y, and z axes of the device in G-units
|
inlineinherited |
Cast to a derived type.
|
pure virtualinherited |
Implemented in gem::sense::MockPosition.
|
inlineinherited |
|
inlinefinaloverridevirtualinherited |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinestaticinherited |
Check if two data elements have the same type.
| ptr | The other IData pointer to check against. |