private class AbsoluteIMU.AccelerometerMode extends EV3DevSensorMode
Modifier and Type | Field and Description |
---|---|
private java.io.File |
pathDevice |
Constructor and Description |
---|
AccelerometerMode(java.io.File pathDevice) |
Modifier and Type | Method and Description |
---|---|
void |
fetchSample(float[] sample,
int offset) |
java.lang.String |
getName()
return a string description of this sensors mode
|
int |
sampleSize() |
public int sampleSize()
public void fetchSample(float[] sample, int offset)
public java.lang.String getName()
SensorMode