Earth Observation Software Orbit and Attitude Adapater Tool |
Class containing Main Configuration for the EoOrbitAttAdapter. More...
Public Member Functions | |
void | loadMainConfiguration (string configurationFile) throw (EoAdapterError) |
Read the input configuration file. More... | |
string | getInputDataFile () const |
Get Input data file name (the one to be parsed). More... | |
void | setInputDataFile (string dataFile) |
Set Input data file (the one to be parsed). More... | |
string | getParserType () const |
Get parser type. More... | |
string | getParserVersion () const |
Get parser version. More... | |
bool | getOrbitEnabled () const |
Get if orbit parser is enabled. More... | |
void | setOrbitEnabled (bool orbEnabled) |
Enables/Disables the orbit parser. More... | |
bool | getAttitudeEnabled () const |
Get if attitude parser is enabled. More... | |
void | setAttitudeEnabled (bool attEnabled) |
Enables/Disables the attitude parser. More... | |
AdpInputConfiguration | getInputConfiguration () const |
Get Input configuration. More... | |
void | setInputConfiguration (AdpInputConfiguration inputConf) |
Set Input configuration. More... | |
AdpOutputConfiguration | getOutputConfiguration () const |
Get Output configuration. More... | |
void | setOutputConfiguration (AdpOutputConfiguration outputConf) |
Set Output configuration. More... | |
TimeCorrelation * | getTimeCorrelations () |
Get Time correlations. More... | |
Friends | |
class | EoOrbAttAdapter |
Class containing Main Configuration for the EoOrbitAttAdapter.
|
inline |
Get if attitude parser is enabled.
|
inline |
Get Input configuration.
|
inline |
Get Input data file name (the one to be parsed).
|
inline |
Get if orbit parser is enabled.
|
inline |
Get Output configuration.
|
inline |
Get parser type.
|
inline |
Get parser version.
|
inline |
Get Time correlations.
void AdpMainConfiguration::loadMainConfiguration | ( | string | configurationFile | ) | |
throw | ( | EoAdapterError | |||
) |
Read the input configuration file.
The object is initialized with the data read from file.
configurationFile | configuration file (path+name) |
EoAdapterError | if file cannot be read |
|
inline |
Enables/Disables the attitude parser.
attEnabled | true to enable, false to disable the attitude parser |
|
inline |
Set Input configuration.
inputConf | input configuration |
|
inline |
Set Input data file (the one to be parsed).
dataFile | input data file |
|
inline |
Enables/Disables the orbit parser.
orbEnabled | true to enable, false to disable the orbit parser |
|
inline |
Set Output configuration.
outputConf | output configuration |