|
Earth Observation Software Orbit and Attitude Adapater Tool |
|
Interface required for the parser configuration. More...
#include <AdpParserConfiguration.h>
Public Member Functions | |
| virtual void | loadFromFile (string fileName) throw (EoAdapterError) =0 |
| Read the specific "Input_Configuration/Parser_Configuration" data from the input configuration file. | |
| virtual AdpParserConfiguration * | clone () const =0 |
| Virtual Copy constructor. | |
Interface required for the parser configuration.
Implementations of this interface are required to construct any parser configuration that requires to read data from the confguration file
|
pure virtual |
Virtual Copy constructor.
Referenced by AdpDefaultParser::setParserConfiguration().
|
pure virtual | |||||||||||||
Read the specific "Input_Configuration/Parser_Configuration" data from the input configuration file.
| fileName | configuration file to be read |
| EoAdapterError | if file cannot be read |
1.13.2