public class GyroReading extends SensorReading
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<GyroReading> |
CREATOR |
errorCode, isCollect, isShare, timestamp, type, uuid, volatility| Constructor and Description |
|---|
GyroReading(long timestamp,
float[] values) |
GyroReading(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
float |
getGyroX() |
float |
getGyroY() |
float |
getGyroZ() |
void |
readFromParcel(android.os.Parcel in) |
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<GyroReading> CREATOR
public GyroReading(long timestamp,
float[] values)
public GyroReading(android.os.Parcel in)
in - public void readFromParcel(android.os.Parcel in)
readFromParcel in class SensorReadingpublic float getGyroX()
public float getGyroY()
public float getGyroZ()
public int describeContents()
public void writeToParcel(android.os.Parcel out,
int flags)