A C D F L M N O P R S T V

S

sampleInterval - Static variable in class sensorDriver
Interval between samples (note that there is also other overhead that extends this delay)
sensorDriver - Class in <Unnamed>
The main driver for Lab 3 The responsibilities are: Read a sequence of sensor samples from the Finch Find the min, median and max samples for some sensor and report the sample Repeat for different sensor streams
sensorDriver() - Constructor for class sensorDriver
 
SensorType - Enum in <Unnamed>
An implementation of a particular VariableType that represents the subset of the different sensor channels that can be sampled from the Finch.
SensorType(String) - Constructor for enum SensorType
Constructor is private to this class: it is only used in the definition of the various enummerated values.
sort(Comparable2[], VariableType) - Static method in class sensorDriver
Sort an array of Comparable2 objects Adopted from Listing 11.10 from "Introduction to Java Programming".

A C D F L M N O P R S T V