public final class Telemetry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Telemetry.Builder
Telemetry Builder.
|
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR
The parcelable constant CREATOR.
|
Constructor and Description |
---|
Telemetry(Telemetry.Builder builder)
Instantiates a new Telemetry.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
getBatteryVoltage()
Provides battery voltage [mV].
|
int |
getPduCount()
Provides pdu count since last reboot.
|
double |
getTemperature()
Provides temperature (Celsius degrees).
|
int |
getTimeSincePowerUp()
Provides time since power up.
|
int |
getVersion()
Provides version.
|
int |
hashCode() |
void |
writeToParcel(Parcel dest,
int flags) |
public Telemetry(Telemetry.Builder builder)
builder
- the builderpublic int getBatteryVoltage()
public double getTemperature()
public int getPduCount()
public int getTimeSincePowerUp()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
public int getVersion()