Functions
gpsh/main.cpp File Reference
#include <QGpCoreTools.h>
#include <QGpCoreWave.h>
#include "ShReader.h"
#include "gpshVersion.h"
#include "gpshInstallPath.h"

Functions

ApplicationHelphelp ()
int main (int argc, char **argv)
 PACKAGE_INFO (gpsh, GPSH)

Function Documentation

int main ( int  argc,
char **  argv 
)

References help(), QGpCoreTools::ArgumentStdinReader::read(), and ShReader::setOptions().

{
  CoreApplication a(argc, argv, help);

  ShReader reader;
  if(reader.setOptions(argc, argv) && reader.read(argc, argv) ) {
    return 0;
  } else {
    return 2;
  }
}
PACKAGE_INFO ( gpsh  ,
GPSH   
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines