public class AdpMainConfiguration
extends java.lang.Object
Constructor and Description |
---|
AdpMainConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAttitudeEnabled()
Get if attitude parser is enabled.
|
AdpInputConfiguration |
getInputConfiguration()
Get Input configuration.
|
java.lang.String |
getInputDataFile()
Get Input data file name (the one to be parsed).
|
boolean |
getOrbitEnabled()
Get if orbit parser is enabled.
|
AdpOutputConfiguration |
getOutputConfiguration()
Get Output configuration.
|
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)
Read the input configuration file.
|
void |
setAttitudeEnabled(boolean attEnabled)
Enables/Disables the attitude parser
|
void |
setInputConfiguration(AdpInputConfiguration inputConf)
Set Input configuration.
|
void |
setInputDataFile(java.lang.String dataFile)
Set Input data file (the one to be parsed).
|
void |
setOrbitEnabled(boolean orbEnabled)
Enables/Disables the orbit parser
|
void |
setOutputConfiguration(AdpOutputConfiguration outputConf)
Set Output configuration.
|
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