Changeset 669 in ntrip


Ignore:
Timestamp:
Jan 30, 2008, 5:51:07 PM (16 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r668 r669  
    479479            // ---------------------
    480480            if ( begCorrupt && !endCorrupt && secSucc > _adviseReco * 60 ) {
    481               emit(newMessage(_staID + ": End_Corrupted, Recovery threshold exceeded"));
     481              emit(newMessage(_staID + ": Corrupted recovery threshold exceeded"));
    482482              callScript("End_Corrupted");
    483483              endCorrupt = true;
     
    490490              // -----------------------
    491491              if ( !begCorrupt && secFail > _adviseFail * 60 ) {
    492                 emit(newMessage(_staID + ": Begin_Corrupted, Failure threshold exceeded"));
     492                emit(newMessage(_staID + ": Corrupted failure threshold exceeded"));
    493493                callScript("Begin_Corrupted");
    494494                begCorrupt = true;
     
    508508        _decodeStart.setDate(QDate());
    509509        _decodeStart.setTime(QTime());
    510         emit(newMessage(_staID + ": End_Outage, Recovery threshold exceeded"));
     510        emit(newMessage(_staID + ": Outage recovery threshold exceeded"));
    511511        callScript("End_Outage");
    512512      }
     
    613613        _decodeStop.setDate(QDate());
    614614        _decodeStop.setTime(QTime());
    615         emit(newMessage(_staID + ": Begin_Outage, Failure threshold exceeded"));
     615        emit(newMessage(_staID + ": Outage failure threshold exceeded"));
    616616        callScript("Begin_Outage");
    617617      }
  • trunk/BNC/bnchelp.html

    r668 r669  
    365365</p>
    366366<p>
    367 <u>Stream outages:</u> BNC considers a connection to be broken when there are no incoming data detected for more than 20 seconds. When this occurs, BNC will attempt to reconnect at a decreasing rate. It will first try to reconnect with 1 second delay, and again in 2 seconds if the previous attempt failed. If the attempt is still unsuccessful, it will try to reconnect within 4 seconds after the previous attempt and so on. The wait time doubles each time with a maximum wait time of 256 seconds. This reconnection process is documented in the 'Log' file/section.
     367<u>Stream outages:</u> BNC considers a connection to be broken when there are no incoming data detected for more than 20 seconds. When this occurs, BNC will attempt to reconnect at a decreasing rate. It will first try to reconnect with 1 second delay, and again in 2 seconds if the previous attempt failed. If the attempt is still unsuccessful, it will try to reconnect within 4 seconds after the previous attempt and so on. The wait time doubles each time with a maximum wait time of 256 seconds.
    368368</p>
    369369<p>
     
    371371</p>
    372372<p>
    373 If the stream failures or recoveries caused by an outage or corrupted data exceed the 'Failure' or 'Recovery' thresholds, BNC can inform its users about this event. The information becomes available in the 'Log' file/section as a 'Begin_Outage', 'End_Outage', 'Begin_Corrupted', or 'End_Corrupted' message. It can also be passed on as an Advisory note to an 'Advisory script' or batch file to keep BNC's operator or affected stream providers up-to-date by email. This functionality lets you use BNC as a real-time performance monitor and alarm system for the network of GNSS reference stations in use.
     373If the stream failures or recoveries caused by an outage or corrupted data exceed the 'Failure' or 'Recovery' thresholds, BNC can inform its users about this event. The information becomes available in the 'Log' file/section. It can also be passed on as an Advisory note to an 'Advisory script' or batch file to keep BNC's operator or affected stream providers up-to-date by email. This functionality lets you use BNC as a real-time performance monitor and alarm system for the network of GNSS reference stations in use.
    374374</p>
    375375
Note: See TracChangeset for help on using the changeset viewer.