Package-level declarations

Types

Link copied to clipboard

Definition of Acceleration

Link copied to clipboard

Definition of Activity

Link copied to clipboard

Definition of Attitude

Link copied to clipboard

Definition of Battery

Link copied to clipboard

Definition of CameraFrame

Link copied to clipboard

Definition of compass data.

Link copied to clipboard
open class DataSource(address: Long) : GemNativeObj

Through this interface data can be obtained from sensors, log files or any other means

Link copied to clipboard

Data source factory

Link copied to clipboard

Callback interface for the data source

Link copied to clipboard

A map that stores configuration that would be used in data source

Link copied to clipboard

The reason for data interruption

Link copied to clipboard

The data source type

Link copied to clipboard

Values representing the data origin

Link copied to clipboard

Values that represent data source status

Link copied to clipboard

Data source config keys

Link copied to clipboard
object ESDataKeys

Data source data keys

Link copied to clipboard

Sensor delay

Link copied to clipboard

Class through which user can set its own sensors data (e.g. GPS positions)

Link copied to clipboard

Definition of ImprovedPosition.

Link copied to clipboard

Position listener interface.

Link copied to clipboard

Definition of Magnetic

Link copied to clipboard

Definition of Mount information interface.

Link copied to clipboard

On new position trigger PositionData represents the newest available position.

Link copied to clipboard

Definition of Orientation

Link copied to clipboard
class Playback(address: Long) : GemNativeObj

IPlayback interface. It represents the operations that can be performed on a ISenseDataSource which has playback capabilities (e.g. log, route replay)

Link copied to clipboard
open class PositionData(data: SenseData?) : SenseData

Definition of Position interface.

Link copied to clipboard
open class PositionListener(var onNewPosition: OnNewPositionCallback? = null) : IPositionListener

Position listener interface.

Link copied to clipboard

PositionService object.

Link copied to clipboard

Definition of Device rotation rate.

Link copied to clipboard
open class SenseData : GemNativeObj

Base data

Link copied to clipboard

Definition of Temperature