|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mbari.oasis.OMSConfigReader
| Field Summary | |
protected OMSSensor[] |
sensor
|
protected OMSSensor[] |
validSensor
|
| Constructor Summary | |
OMSConfigReader(java.io.File file)
OMSConfigReader Reads in the Calibration file tree used for specprr instruments.It defaults to the most current Configuration of the mooring |
|
OMSConfigReader(java.io.File file,
double d)
OMSConfigReader Reads in the Calibration file tree used for specprr instruments |
|
OMSConfigReader(java.lang.String filename)
OMSConfigReader Reads in the Calibration file tree used for specprr instruments. |
|
OMSConfigReader(java.lang.String filename,
double d)
OMSConfigReader Reads in the Calibration file tree used for specprr instruments |
|
| Method Summary | |
int |
countBanks()
|
int |
countChannels()
|
int |
getChannelsInBank(int i)
|
OMSSensor[] |
getCompleteConfiguration()
Returns the complete configuration as listed in the config files. |
OMSSensor |
getCompleteConfiguration(int i)
|
OMSSensor[] |
getConfiguration()
Get the configuration information out of the files. |
OMSSensor |
getConfiguration(int i)
Return the configuration parameters from a single sensor |
java.lang.String |
getFilename()
|
int |
getNumberOfBanks()
Deprecated. Use countBanks |
int |
getNumberOfChannels()
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected OMSSensor[] validSensor
protected OMSSensor[] sensor
| Constructor Detail |
public OMSConfigReader(java.lang.String filename)
filename - String of the main configuration filepublic OMSConfigReader(java.io.File file)
file - File object representing the main configuration file
public OMSConfigReader(java.lang.String filename,
double d)
filename - String of the main configuration filed - The date of the configuration to use
public OMSConfigReader(java.io.File file,
double d)
file - File object representing the main configuration filed - The date of the configuration to use| Method Detail |
public static void main(java.lang.String[] args)
public OMSSensor[] getConfiguration()
public OMSSensor getConfiguration(int i)
public int getNumberOfBanks()
public int countBanks()
public int getChannelsInBank(int i)
public int getNumberOfChannels()
public int countChannels()
public OMSSensor[] getCompleteConfiguration()
public OMSSensor getCompleteConfiguration(int i)
public java.lang.String getFilename()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||