Uses of Class
stella.sensor.AbstractConversion

Packages that use AbstractConversion
stella.sensor   
 

Uses of AbstractConversion in stella.sensor
 

Subclasses of AbstractConversion in stella.sensor
 class AbstractDerivative
          The class to use as a base class for PhysicalDerivative instances.
 class CosineConversion
          The converter class used by the solz sensor.
 class DewPointConvert
          The helper class to convert dew-point offsets in degrees centigrade to true temperatures in centigrades.
 class IdenticalConversion
          The identical converter.
 class LimitedPolynomialConversion
          A class that allows the polynomial conversion to be bounded by upper and/or lower limits.
 class PolynomialConversion
          A class to convert raw readings into physical quantities.