public class AdpMainConfiguration
extends java.lang.Object
Constructor and Description |
---|
AdpMainConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAttitudeEnabled()
Return true (false) if the attitude parser is enabled (disabled).
|
AdpInputConfiguration |
getInputConfiguration()
Return the input configuration section, parameters included in the Input_Configuration section of the main configuration file.
|
java.lang.String |
getInputDataFile()
Get Input data file name (the name of the file that will be parsed).
|
boolean |
getOrbitEnabled()
Return true (false) if the orbit parser is enabled (disabled).
|
AdpOutputConfiguration |
getOutputConfiguration()
Return the output configuration section, parameters included in the Output_Configuration section of the main configuration file.
|
java.lang.String |
getParserType()
Get parser type.
|
java.lang.String |
getParserVersion()
Get parser version.
|
TimeCorrelation |
getTimeCorrelations()
Get Time correlations
|
protected void |
initTimeCorrelations()
Set the time correlations
|
void |
loadMainConfiguration(java.lang.String configurationFile)
Load the configuration parameters from a configuration file.
|
void |
setAttitudeEnabled(boolean attEnabled)
Set the status of the attitude parser (true: enabled, false: disabled)
|
void |
setInputConfiguration(AdpInputConfiguration inputConf)
Set the input configuration section, parameters included in the Input_Configuration section of the main configuration file.
|
void |
setInputDataFile(java.lang.String dataFile)
Set Input data file name (the name of the file that will be parsed).
|
void |
setOrbitEnabled(boolean orbEnabled)
Set the status of the orbit parser (true: enabled, false: disabled)
|
void |
setOutputConfiguration(AdpOutputConfiguration outputConf)
Set the output configuration section, parameters included in the Output_Configuration section of the main configuration file.
|
public void loadMainConfiguration(java.lang.String configurationFile) throws EoAdapterError
configurationFile
- configuration file (path+name)EoAdapterError
- if file cannot be readpublic java.lang.String getInputDataFile()
public void setInputDataFile(java.lang.String dataFile)
dataFile
- input data filepublic java.lang.String getParserType()
public java.lang.String getParserVersion()
public boolean getOrbitEnabled()
public void setOrbitEnabled(boolean orbEnabled)
orbEnabled:
- true to enable, false to disable the orbit parserpublic boolean getAttitudeEnabled()
public void setAttitudeEnabled(boolean attEnabled)
attEnabled:
- true to enable, false to disable the attitude parserpublic AdpInputConfiguration getInputConfiguration()
public void setInputConfiguration(AdpInputConfiguration inputConf)
inputConf
- input configurationpublic AdpOutputConfiguration getOutputConfiguration()
public void setOutputConfiguration(AdpOutputConfiguration outputConf)
outputConf
- output configurationpublic TimeCorrelation getTimeCorrelations()
protected void initTimeCorrelations() throws EoAdapterError
EoAdapterError