Package com.efiAnalytics.plugin.ecu
Class OutputChannel
java.lang.Object
com.efiAnalytics.plugin.ecu.OutputChannel
- Author:
- Phil Tobin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthe formula to base an OutputChannel on if it is a formula based OutputChanneldoublethe maximum expected value for this OutputChanneldoublethe minimum expected value for this OutputChannelgetName()returns the OutputChannel name that was defined in the original ecuConfiguration or ini filegetUnits()the units for this output channel i.e.voidsetFormula(String formula) the formula to base an OutputChannel on if it is a formula based OutputChannelvoidsetMaxValue(double maxValue) the maximum expected value for this OutputChannelvoidsetMinValue(double minValue) the minimum expected value for this OutputChannelvoidsets the OutputChannel name, must be unique to the ecuConfigurationvoidthe units for this output channel.
-
Constructor Details
-
OutputChannel
public OutputChannel()Creates a new instance of OutputChannel
-
-
Method Details
-
getName
returns the OutputChannel name that was defined in the original ecuConfiguration or ini file -
setName
sets the OutputChannel name, must be unique to the ecuConfiguration -
getUnits
the units for this output channel i.e. %, °F, ms. ... -
setUnits
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
the formula to base an OutputChannel on if it is a formula based OutputChannel -
setFormula
the formula to base an OutputChannel on if it is a formula based OutputChannel
-