org.openuat.sensors
Interface TimeSeries_Int.Parameters

Enclosing class:
TimeSeries_Int

public static interface TimeSeries_Int.Parameters

This interface represents the parameters that must be reasonably set when initializing a time series that reads from sensors instead of from other time series. Sensors objects should implement a method getParameters() to yield an object that will provide the appropriate values. These parameters are used to normalize the values to the [-1024;1024] range, thus giving 10 Bits accuracy at the moment.

Author:
Rene Mayrhofer

Method Summary
 int getDivisor()
           
 int getMultiplicator()
           
 int getOffset()
           
 

Method Detail

getMultiplicator

int getMultiplicator()

getDivisor

int getDivisor()

getOffset

int getOffset()


2005-2006, Rene Mayrhofer.