Changeset 6638 in ntrip


Ignore:
Timestamp:
Mar 9, 2015, 5:05:12 PM (9 years ago)
Author:
stuerze
Message:

try to fix bug in outage monitoring

File:
1 edited

Legend:

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

    r6137 r6638  
    157157
    158158  _decodeStop = QDateTime::currentDateTime();
    159 
     159 
    160160}
    161161
     
    182182      callScript(("Begin_Outage "
    183183                    + _begDateOut + " " + _begTimeOut).toAscii());
    184     }
    185     _decodeStart = QDateTime::currentDateTime();
    186   }
    187 
     184      _decodeStart = QDateTime::currentDateTime();
     185    }
     186  }
    188187}
    189188
     
    299298                    + _endDateOut + " " + _endTimeOut + " Begin was "
    300299                    + _begDateOut + " " + _begTimeOut).toAscii());
    301     _decodeStop = QDateTime::currentDateTime();
    302     }
    303   }
     300    }
     301  }
     302  _decodeStop = QDateTime::currentDateTime();
    304303}
    305304
Note: See TracChangeset for help on using the changeset viewer.