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


Public Types | |
| enum class | EType { Unknown = 0 , InVehicle , OnBicycle , OnFoot , Still , Tilting , Walking , Running , AutomotiveStationary , VehicleMoving = InVehicle , Cycling = OnBicycle , PedestrianStationary = Still , PedestrianWalking = Walking , PedestrianRunning = Running , VehicleStationary = AutomotiveStationary } |
| Values that represent user activity type. More... | |
| enum class | EConfidence { Unknown , Low , Medium , High } |
| Values that represent the confidence level of detected user activities. More... | |
Public Member Functions | |
| virtual EType | getActivityType () const =0 |
| virtual EConfidence | getActivityConfidence () 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 Activity interface.
|
strong |
|
strong |
Values that represent user activity type.
|
inlineinherited |
Cast to a derived type.
|
pure virtualinherited |
Implemented in gem::sense::MockPosition.
|
pure virtual |
|
pure virtual |
|
inlineinherited |
|
inlinefinaloverridevirtualinherited |
|
inlinestaticinherited |
Check if two data elements have the same type.
| ptr | The other IData pointer to check against. |