/[PAMELA software]/DarthVader/src/DarthVader.cpp
ViewVC logotype

Diff of /DarthVader/src/DarthVader.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.50 by mocchiut, Fri Jun 6 14:18:27 2014 UTC revision 1.51 by mocchiut, Thu Jul 31 10:14:49 2014 UTC
# Line 587  int main(int numinp, char *inps[]){ Line 587  int main(int numinp, char *inps[]){
587      // Start:      // Start:
588      //      //
589      printf("\n Welcome to the PAMELA LEVEL2 flight software, version %s (The Ultimate Warrior)\n\n",version.Data());      printf("\n Welcome to the PAMELA LEVEL2 flight software, version %s (The Ultimate Warrior)\n\n",version.Data());
590      if ( run )  printf("\n Processing run number %u \n\n",run);      if ( run ){
591          printf("\n Processing run number %u \n",run);
592        } else {
593          printf("\n Re-processing all runs?\n");
594        }
595      //      //
596      // Connect to the DB      // Connect to the DB
597      //      //
# Line 605  int main(int numinp, char *inps[]){ Line 609  int main(int numinp, char *inps[]){
609      glt = new GL_TABLES(host,user,psw);      glt = new GL_TABLES(host,user,psw);
610      //GL_TABLES *glt = new GL_TABLES(host,user,psw);      //GL_TABLES *glt = new GL_TABLES(host,user,psw);
611      //      //
612        printf("\n DB settings:\n SQL: %s Version: %s Host %s Port %i \n",dbc->GetDBMS(),dbc->ServerInfo(),dbc->GetHost(),dbc->GetPort());
613        printf(" DB %s    ---   User %s \n\n",host.Data(),user.Data());
614      if ( debug ) printf("\n DB INFORMATIONS:\n SQL: %s Version: %s Host %s Port %i \n\n",dbc->GetDBMS(),dbc->ServerInfo(),dbc->GetHost(),dbc->GetPort());      if ( debug ) printf("\n DB INFORMATIONS:\n SQL: %s Version: %s Host %s Port %i \n\n",dbc->GetDBMS(),dbc->ServerInfo(),dbc->GetHost(),dbc->GetPort());
615      //      //
616      // Use UTC in the DB      // Use UTC in the DB

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

  ViewVC Help
Powered by ViewVC 1.1.23