Changeset 368 in ntrip
- Timestamp:
- Jan 18, 2007, 12:51:45 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bnchelp.html ¶
r367 r368 9 9 <p> 10 10 BNC has been written under GNU General Public License (GPL). Binaries for BNC are available for Windows, Linux, and Solaris systems. It is likely that BNC can be compiled on other systems where a GNU compiler and Qt Version 4.0.1 are installed. 11 <table> 12 <tr></tr> 13 <tr><td><b>History</b></td></tr> 14 <tr><td>Dec 1, 2006 </td><td>Version 1.0b </td><td>Binaries of first beta version published.</td></tr> 15 <tr><td>Jan 20, 2007 </td><td>Version 1.1b </td><td>Observables C2, S1, and S1 added, full VRS capability added, bug in RTCM2 decoder time tag solved, access to EUREF and IGS RINEX skeletons enabled. 16 </table> 11 17 </p> 12 18 <h3>Contents</h3> -
TabularUnified trunk/BNC/bncwindow.cpp ¶
r367 r368 59 59 static const QStringList labels = QString("account,mountpoint,decoder,lat,long,type,bytes").split(","); 60 60 61 setMinimumSize(77*ww, 6 0*ww);61 setMinimumSize(77*ww, 65*ww); // weber 62 62 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.1b")); 63 63
Note:
See TracChangeset
for help on using the changeset viewer.