|
Maps SDK for C++ 1.0.0
|
Definition of Device rotation rate interface. More...


Public Member Functions | |
| virtual double | getX () const =0 |
| virtual double | getY () const =0 |
| virtual double | getZ () const =0 |
| EDataType | getType () const override final |
| Get data type. | |
| virtual LargeInteger | getAcquisitionTimestamp () const=0 |
| Time | getTime () const |
| 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 Device rotation rate interface.
|
inlineinherited |
Cast to a derived type.
|
pure virtualinherited |
|
inlineinherited |
|
inlinefinaloverridevirtualinherited |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinestaticinherited |
Check if two data elements have the same type.
| ptr | The other IData pointer to check against. |