All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----kh.fly.AnalogInNamedValue
| Summary |
public class AnalogInNamedValue
extends java.lang.Object
implements kh.util.NamedValue
{
// Constructors 1
public AnalogInNamedValue(FlyLink, int, int, Object);
// Methods 2
public Object getName();
public double getValue() throws Exception;
}
| Constructors |
· AnalogInNamedValue | Summary | Top |
public AnalogInNamedValue(FlyLink mcu,
int unitNum,
int channelNum,
Object name)
| Methods |
· getName | Summary | Top |
public Object getName()
Return the identifier for this data source - normally a string
- Implements:
- getName in interface NamedValue
· getValue | Summary | Top |
public double getValue() throws Exception
Update the value to reflect current reality and return the new value. Our return value is a raw unprocessed int.
- Implements:
- getValue in interface NamedValue
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7