com.efiAnalytics.plugin.ecu
Class OutputChannel

java.lang.Object
  extended by com.efiAnalytics.plugin.ecu.OutputChannel

public class OutputChannel
extends java.lang.Object

Author:
Phil Tobin

Constructor Summary
OutputChannel()
          Creates a new instance of OutputChannel
 
Method Summary
 java.lang.String getFormula()
          the formula to base an OutputChannel on if it is a formula based OutputChannel
 double getMaxValue()
          the maximum expected value for this OutputChannel
 double getMinValue()
          the minimum expected value for this OutputChannel
 java.lang.String getName()
          returns the OutputChannel name that was defined in the original ecuConfiguration or ini file
 java.lang.String getUnits()
          the units for this output channel i.e.
 void setFormula(java.lang.String formula)
          the formula to base an OutputChannel on if it is a formula based OutputChannel
 void setMaxValue(double maxValue)
          the maximum expected value for this OutputChannel
 void setMinValue(double minValue)
          the minimum expected value for this OutputChannel
 void setName(java.lang.String name)
          sets the OutputChannel name, must be unique to the ecuConfiguration
 void setUnits(java.lang.String units)
          the units for this output channel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputChannel

public OutputChannel()
Creates a new instance of OutputChannel

Method Detail

getName

public java.lang.String getName()
returns the OutputChannel name that was defined in the original ecuConfiguration or ini file


setName

public void setName(java.lang.String name)
sets the OutputChannel name, must be unique to the ecuConfiguration


getUnits

public java.lang.String getUnits()
the units for this output channel i.e. %, °F, ms. ...


setUnits

public void setUnits(java.lang.String units)
the units for this output channel. i.e. %, °F, ms. ...


getMinValue

public double getMinValue()
the minimum expected value for this OutputChannel


setMinValue

public void setMinValue(double minValue)
the minimum expected value for this OutputChannel


getMaxValue

public double getMaxValue()
the maximum expected value for this OutputChannel


setMaxValue

public void setMaxValue(double maxValue)
the maximum expected value for this OutputChannel


getFormula

public java.lang.String getFormula()
the formula to base an OutputChannel on if it is a formula based OutputChannel


setFormula

public void setFormula(java.lang.String formula)
the formula to base an OutputChannel on if it is a formula based OutputChannel