Changeset 7977 in ntrip for branches/BNC_2.12/src/bncmain.cpp


Ignore:
Timestamp:
Jun 30, 2016, 5:05:55 PM (8 years ago)
Author:
stuerze
Message:

mionor changes to allow programm interruption by Ctrl+C in case of raw file processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncmain.cpp

    r7945 r7977  
    6060void catch_signal(int) {
    6161  cout << "Program Interrupted by Ctrl-C" << endl;
     62  BNC_CORE->sigintReceived = 1;
    6263  qApp->quit();
    6364}
     
    483484    // -----------------------------
    484485    else {
     486      BNC_CORE->sigintReceived = 0;
    485487      BNC_CORE->setMode(t_bncCore::batchPostProcessing);
    486488      BNC_CORE->startPPP();
Note: See TracChangeset for help on using the changeset viewer.