Earth Observation Software Orbit and Attitude Adapater Tool |
Interface required for the parser configuration. More...
Public Member Functions | |
virtual void | loadFromFile (string fileName)=0 throw (EoAdapterError) |
Read the specific "Input_Configuration/Parser_Configuration" data from the input configuration file. More... | |
virtual AdpParserConfiguration * | clone () const =0 |
Virtual Copy constructor. More... | |
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 |