public class OutputChannel
extends java.lang.Object
| Constructor and Description |
|---|
OutputChannel()
Creates a new instance of OutputChannel
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)