MaxstAR Native Android  5.0.2
List of all members | Public Member Functions | Static Public Member Functions
com.maxst.ar.SensorDevice Class Reference

Description

SensorDevice class controls the sensor device to obtain IMU data.

SensorDevice is utilized in Instant Tracker.

Public Member Functions

void start ()
 Start a sensor device. More...
 
void stop ()
 Stop a sensor device. More...
 

Static Public Member Functions

static SensorDevice getInstance ()
 Get the singleton instance of SensorDevice class. More...
 

Member Function Documentation

◆ getInstance()

static SensorDevice com.maxst.ar.SensorDevice.getInstance ( )
static

Get the singleton instance of SensorDevice class.

Returns
the singleton instance of SensorDevice class.

◆ start()

void com.maxst.ar.SensorDevice.start ( )

Start a sensor device.

◆ stop()

void com.maxst.ar.SensorDevice.stop ( )

Stop a sensor device.