|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SensorComparator in <Unnamed> |
---|
Subclasses of SensorComparator in <Unnamed> | |
---|---|
class |
AccelComparator
Provides a Comparator implementation for the acceleration sensor. |
class |
LightComparator
Provides a Comparator implementation for the combined light sensors. |
class |
TemperatureComparator
Provides a Comparator implementation for the temperature sensor. |
class |
ZaccelComparator
Provides a Comparator implementation for the Z acceleration sensor. |
Methods in <Unnamed> with parameters of type SensorComparator | |
---|---|
static void |
sensorDriver.displayStats(java.util.List<FinchSensor> log,
SensorComparator comp)
For the given sensor channel (as indicated by comp), display: The mean value of this sensor channel the entire sensor sample for the minimum, median and maximum channel values Algorithm: 1. |
static double |
sensorDriver.mean(java.util.List<FinchSensor> log,
SensorComparator comp)
Compute the mean value of a some sensor value across a set of FinchSensors. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |