public class Telemetry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Telemetry.Motion |
static class |
Telemetry.Warnings |
Modifier and Type | Field and Description |
---|---|
Vector |
acceleration |
java.lang.Float |
ambientLight |
int |
batteryVoltage |
DeviceId |
identifier |
Vector |
magneticField |
Telemetry.Motion |
motion |
java.lang.Float |
pressure |
java.lang.Float |
temperature |
java.lang.Long |
timestamp |
java.lang.Long |
uptime |
Telemetry.Warnings |
warnings |
Constructor and Description |
---|
Telemetry() |
public DeviceId identifier
public Vector acceleration
public Vector magneticField
public Telemetry.Motion motion
public java.lang.Float temperature
public java.lang.Float ambientLight
public int batteryVoltage
public java.lang.Long uptime
public java.lang.Long timestamp
public java.lang.Float pressure
public Telemetry.Warnings warnings