public class LUTConfigFile extends ConfigFile
Constructor and Description |
---|
LUTConfigFile() |
Modifier and Type | Method and Description |
---|---|
double |
findLutPoint(double voltage,
double dCu,
double calVoltage) |
boolean |
getSuccess()
is true if the reading was successful.
|
void |
readConfigFile(java.lang.String filename)
Reads the configuration from the file denoted by filename
|
public void readConfigFile(java.lang.String filename) throws java.io.IOException
ConfigFileParser
filename
- the file namejava.io.IOException
- may happen during readingpublic double findLutPoint(double voltage, double dCu, double calVoltage)
public boolean getSuccess()
ConfigFileParser