Changeset 1652 in ntrip


Ignore:
Timestamp:
Feb 25, 2009, 12:01:29 PM (15 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryrtp.cpp

    r1651 r1652  
    235235  _status = error;
    236236  emit newMessage(_url.encodedPath().replace(0,1,"")
    237                   + ": NetQuery, wrong mountpoint", true);
    238 }
    239 
     237                  + ": NetQuery, wait for connect", true);
     238}
     239
  • trunk/BNC/bncnetqueryv2.cpp

    r1649 r1652  
    184184      _status = error;
    185185      emit newMessage(_url.path().toAscii().replace(0,1,"")
    186                       + ": NetQuery, wrong mountpont", true);
     186                      + ": NetQuery, wrong mountpoint", true);
    187187    }
    188188  }
  • trunk/BNC/bnctabledlg.cpp

    r1611 r1652  
    125125
    126126  _buttonCasterTable->setWhatsThis(tr("<p>Hit 'Show' for a table of known NTRIP broadcaster installations as maintained at <u>www.rtcm-ntrip.org/home.</u></p><p>A window opens which allows to select a broadcaster for stream retrieval.</p>"));
    127   _ntripVersionComboBox->setWhatsThis(tr("<p>Select the NTRIP transport protocol version you want to use. Implemented options are:<br>&nbsp; 1:&nbsp; NTRIP version 1, TCP/IP<br>&nbsp; 2:&nbsp; NTRIP version 2, TCP/IP mode<br>&nbsp; R:&nbsp; NTRIP Version 2, RTSP/RTP mode<br>Select option '1' if you are not sure whether the NTRIP broadcaster supports NTRIP version 2.</p><p>Note that RTSP/RTP (option 'R') is sometimes not supported by mobile Internet Service Providers.</p>"));
     127  _ntripVersionComboBox->setWhatsThis(tr("<p>Select the NTRIP transport protocol version you want to use. Implemented options are:<br>&nbsp; 1:&nbsp; NTRIP version 1, TCP/IP<br>&nbsp; 2:&nbsp; NTRIP version 2, TCP/IP mode<br>&nbsp; R:&nbsp; NTRIP Version 2, RTSP/RTP mode<br>Select option '1' if you are not sure whether the NTRIP broadcaster supports NTRIP version 2.</p><p>Note that RTSP/RTP (option 'R') is not accepted by proxies and sometimes not supported by mobile Internet Service Providers.</p>"));
    128128
    129129  _table = new QTableWidget(this);
Note: See TracChangeset for help on using the changeset viewer.