Changeset 8870 in ntrip for trunk/BNC


Ignore:
Timestamp:
Dec 4, 2019, 1:12:48 PM (4 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmain.cpp

    r8869 r8870  
    6262  BNC_CORE->stopCombination();
    6363  BNC_CORE->stopPPP();
    64   sleep(1);
     64  //sleep(1);
    6565  ::exit(0);
    6666}
     
    468468    signal(SIGINT, catch_signal);
    469469
     470    BNC_CORE->sigintReceived = 0;
     471
    470472    casterEph = new bncEphUploadCaster(); (void) casterEph;
    471473
     
    480482
    481483    BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION " (" BNC_OS ") ==========", true);
     484
    482485
    483486    // Normal case - data from Internet
     
    496499    // -----------------------------
    497500    else {
    498       BNC_CORE->sigintReceived = 0;
    499501      BNC_CORE->setMode(t_bncCore::batchPostProcessing);
    500502      BNC_CORE->startPPP();
  • trunk/BNC/src/bncsettings.cpp

    r8672 r8870  
    197197    // Upload (eph)
    198198    setValue_p("uploadEphMountpointsOut","");
    199     setValue_p("uploadSamplRtcmEph", "0");
     199    setValue_p("uploadSamplRtcmEph", "5");
    200200  }
    201201#ifdef GNSSCENTER_PLUGIN
Note: See TracChangeset for help on using the changeset viewer.