Changeset 1821 in ntrip
- Timestamp:
- Apr 30, 2009, 1:05:02 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncabout.html
r1642 r1821 21 21 The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br> 22 22 <br> 23 BKG, Frankfurt, Germany, Ma rch2009<br>23 BKG, Frankfurt, Germany, May 2009<br> 24 24 E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br> 25 25 </p> -
trunk/BNC/bnccaster.cpp
r1810 r1821 298 298 if (first) { 299 299 QTime enomtime = QTime(0,0,0).addSecs(static_cast<int>(floor(obs->_o.GPSWeeks+0.5))); 300 300 // emit( newMessage( QString("Epoch %1 dumped").arg(enomtime.toString("HH:mm:ss")).toAscii(), true) ); // weber 301 301 } 302 302 // Output into the file -
trunk/BNC/bnchelp.html
r1794 r1821 1133 1133 1134 1134 <tr> 1135 <td>Ma r2009 </td><td>Version 1.7 </td>1135 <td>May 2009 </td><td>Version 1.7 </td> 1136 1136 <td>[Bug] RINEX navigation file format<br> [Add] Upgrade to Qt Version 4.4.3<br> [Add] Support of NTRIP v2<br> [Add] Rover support via serial port<br> [Add] Show broadcaster table from www.rtcm-ntrip.org<br> [Add] Enable/disable tab widgets<br> [Add] User defined configuration file name<br> [mod] Switch to configuration files in ini-Format<br> [Add] Daily logfile rotation<br> [Add] Read from TCP/IP port, by-pass NTRIP transport protocol<br> [Add] Save NMEA messages coming from rover<br> [Add] Auto start<br> [Add] Drag and drop ini files<br> [Add] Read from serial port, by-pass NTRIP transport protocol<br> [Mod] Update following RTCM 012-2009-SC104-528 document</td> 1137 1137 </tr> -
trunk/BNC/bnctabledlg.cpp
r1766 r1821 67 67 _casterPasswordLineEdit = new QLineEdit(); 68 68 _casterPasswordLineEdit->setMaximumWidth(9*ww); 69 ////_casterPasswordLineEdit->setEchoMode(QLineEdit::Password);69 _casterPasswordLineEdit->setEchoMode(QLineEdit::Password); 70 70 71 71 _casterHostComboBox = new QComboBox(); -
trunk/BNS/bnsabout.html
r1666 r1821 21 21 The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br> 22 22 <br> 23 BKG, Frankfurt, Germany, Ma rch2009<br>23 BKG, Frankfurt, Germany, May 2009<br> 24 24 E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br> 25 25 </p> -
trunk/BNS/bnshelp.html
r1805 r1821 570 570 571 571 <tr> 572 <td>Ma r2009 </td><td>Version 1.1 </td>572 <td>May 2009 </td><td>Version 1.1 </td> 573 573 <td>[Add] Upgrade to Qt Version 4.4.3<br> [Add] Enable/disable tab widgets<br> [Add] User defined configuration file name<br> [mod] Switch to configuration files in ini-Format<br> [Add] Auto start<br> [Add] Drag and drop ini files<br> [Add] Send broadcast clocks<br> [Mod] Update following RTCM 012-2009-SC104-528 document</td> 574 574 </tr>
Note:
See TracChangeset
for help on using the changeset viewer.