public class BaseSensorData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
mAccuracy |
protected int |
mDisplayRotation |
protected float[] |
mValues |
| Constructor and Description |
|---|
BaseSensorData(int pValueCount,
int pDisplayRotation) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccuracy() |
float[] |
getValues() |
void |
setAccuracy(int pAccuracy) |
void |
setValues(float[] pValues) |
java.lang.String |
toString() |