/[PAMELA software]/chewbacca/PamOffLineSW/PamOffLineSW_Main.cpp
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/PamOffLineSW_Main.cpp

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

revision 1.2 by mocchiut, Tue Nov 4 09:44:33 2008 UTC revision 1.3 by mocchiut, Fri Dec 12 15:58:48 2008 UTC
# Line 815  void mainRead_RealData(char fni[]) Line 815  void mainRead_RealData(char fni[])
815                          if(do_vrl_check){isCadreGood=false;}                          if(do_vrl_check){isCadreGood=false;}
816                          break;                                                            break;                                  
817                  }                  }
818                            skip_cadre = false;
819                  //check of the VRL header e setta route number                  //check of the VRL header e setta route number
820                  if(!VRL_Header_Check(ccHeader_VRL,LENGTH_HEADER_VRL))                            if(!VRL_Header_Check(ccHeader_VRL,LENGTH_HEADER_VRL))          
821                  {                                                {                              
# Line 917  void mainRead_RealData(char fni[]) Line 917  void mainRead_RealData(char fni[])
917                                  mainLogUtil->logAll(msg);                                  mainLogUtil->logAll(msg);
918                          }                          }
919                          // is_new_route will be reset to false in PacketUser after the packet is used and stored                          // is_new_route will be reset to false in PacketUser after the packet is used and stored
920                                    
921                            
922                          //main processing of the data, searching for Pamela Packets                          //main processing of the data, searching for Pamela Packets
923                          for(int i=0; i<LENGTH_DATA_CADRE; i++)                          for(int i=0; i<LENGTH_DATA_CADRE; i++)
924                          {                                                {                      
925                                  StateManager::getInstance().getCurrentState()->readInput(ccData[i]);                            StateManager::getInstance().getCurrentState()->readInput(ccData[i]);
926                                  iByte_tot++;                            iByte_tot++;
927                                  if(exitdbg==true){cout<<"**** DBG EXIT FOR****"<<endl; break;}                            if(exitdbg==true){cout<<"**** DBG EXIT FOR****"<<endl; break;}
928                  }                          }
929                  }                  }
930                  else{                  else{
931                          iByte_tot+=LENGTH_DATA_CADRE;                          iByte_tot+=LENGTH_DATA_CADRE;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23