![]() |
Earth Observation Software Orbit and Attitude Adapater Tool |
![]() |
Class containing Main Configuration for the EoOrbitAttAdapter. More...
#include <AdpMainConfiguration.h>
Public Member Functions | |
void | loadMainConfiguration (string configurationFile) throw (EoAdapterError) |
Read the input configuration file. | |
string | getInputDataFile () const |
Get Input data file name (the one to be parsed). | |
void | setInputDataFile (string dataFile) |
Set Input data file (the one to be parsed). | |
string | getParserType () const |
Get parser type. | |
string | getParserVersion () const |
Get parser version. | |
bool | getOrbitEnabled () const |
Get if orbit parser is enabled. | |
void | setOrbitEnabled (bool orbEnabled) |
Enables/Disables the orbit parser. | |
bool | getAttitudeEnabled () const |
Get if attitude parser is enabled. | |
void | setAttitudeEnabled (bool attEnabled) |
Enables/Disables the attitude parser. | |
AdpInputConfiguration | getInputConfiguration () const |
Get Input configuration. | |
void | setInputConfiguration (AdpInputConfiguration inputConf) |
Set Input configuration. | |
AdpOutputConfiguration | getOutputConfiguration () const |
Get Output configuration. | |
void | setOutputConfiguration (AdpOutputConfiguration outputConf) |
Set Output configuration. | |
TimeCorrelation * | getTimeCorrelations () |
Get Time correlations. | |
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 |