47 ofstream * _outputStrm ;
48 ifstream * _inputStrm ;
49 bool _createdInputStrm ;
57 virtual int initialize(
int argC,
char **argV ) ;
61 virtual void dump( ostream &strm )
const ;
virtual int run()
the applications functionality is implemented in the run method
StandAloneClient is an object that handles the connection to, sending requests to, and receiving response from a specified OpenDAP server running either on this machine or another machine.
virtual void dump(ostream &strm) const
dumps information about this object
virtual int initialize(int argC, char **argV)
Load and initialize any BES modules.
StandAloneClient * client()
Base application object for all BES applications.
virtual int terminate(int sig=0)
clean up after the application