|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.efiAnalytics.plugin.ecu.OutputChannel
public class OutputChannel
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 |
---|
public OutputChannel()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getUnits()
public void setUnits(java.lang.String units)
public double getMinValue()
public void setMinValue(double minValue)
public double getMaxValue()
public void setMaxValue(double maxValue)
public java.lang.String getFormula()
public void setFormula(java.lang.String formula)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |