MapTrip SDK Android Manual 9.8.8
Sensor Enum Reference

Public Member Functions

int getIntVal ()
 

Static Public Member Functions

static Sensor getByInt (int intVal)
 

Public Attributes

 ACCEL =(1)
 
 GROT =(3)
 
 GYRO =(2)
 

Detailed Description

enum type Device sensor data used for inertial navigation

Member Function Documentation

◆ getByInt()

static Sensor getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ ACCEL

ACCEL =(1)

Raw acceleration data (x,y,z) in m/s^2

◆ GROT

GROT =(3)

Game rotation vector (without magnetic field correction)

◆ GYRO

GYRO =(2)

Gyroscope data (x,y,z) - currently not used


The documentation for this enum was generated from the following file: