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


Public Member Functions | |
| virtual bool | isMountedForCameraUse () const =0 |
| Tells if device is mounted for camera use (in a fixed vertical mount, in a car). | |
| virtual bool | isPortraitMode () const =0 |
| Tells if the device is in portrait orientation. | |
| 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 Mount information interface.
|
inlineinherited |
Cast to a derived type.
|
pure virtualinherited |
|
inlineinherited |
|
inlinefinaloverridevirtualinherited |
|
pure virtual |
Tells if device is mounted for camera use (in a fixed vertical mount, in a car).
|
pure virtual |
Tells if the device is in portrait orientation.
|
inlinestaticinherited |
Check if two data elements have the same type.
| ptr | The other IData pointer to check against. |