Changeset 10217 in ntrip for trunk/BNC/src/pppRun.cpp


Ignore:
Timestamp:
Sep 26, 2023, 2:35:26 PM (7 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10214 r10217  
    292292    // Check regarding current time
    293293    // ----------------------------
    294     if (BNC_CORE->mode() != t_bncCore::batchPostProcessing) {
     294    if (OPT->_realTime && BNC_CORE->mode() != t_bncCore::batchPostProcessing ) {
    295295      if ((newObs->_time >= currentTime) ||        // future time stamp
    296296          (currentTime - newObs->_time) > 60.0) {  // very old data sets
Note: See TracChangeset for help on using the changeset viewer.