- Timestamp:
- Apr 13, 2007, 1:03:04 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r440 r442 443 443 else { 444 444 _nextSleep *= 2; 445 if (_nextSleep > 128) {446 _nextSleep = 128;445 if (_nextSleep > 256) { 446 _nextSleep = 256; 447 447 } 448 448 _nextSleep += rand() % 6; -
trunk/BNC/bnchelp.html
r441 r442 14 14 <tr><td>Dec 2006 </td><td>Version 1.0b </td><td>Binaries of first beta version published.</td></tr> 15 15 <tr><td>Jan 2007 </td><td>Version 1.1b </td><td>[Add] Observables C2, S1, and S2<br>[Add] Virtual reference station access<br>[Bug] RTCM2 decoder time tag fixed<br>[Mod] Small letters for public RINEX skeleton files<br>[Add] Online help through Shift+F1</td></tr> 16 <tr><td>Apr 2007 </td><td>Version 1.2b </td><td>[Bug] Output only through IP port<br>[Bug] Method 'reconnecting' now thread-save<br> [Add] ZERO decoder added<br> [Mod] Download public RINEX skeletons once per day<br> [Mod] Upgrade to Qt Version 4.2.3<br> [Mod] Replace 'system' call for RINEX script by 'QProcess'<br> [ Add] HTTP Host directive for skeleton file download16 <tr><td>Apr 2007 </td><td>Version 1.2b </td><td>[Bug] Output only through IP port<br>[Bug] Method 'reconnecting' now thread-save<br> [Add] ZERO decoder added<br> [Mod] Download public RINEX skeletons once per day<br> [Mod] Upgrade to Qt Version 4.2.3<br> [Mod] Replace 'system' call for RINEX script by 'QProcess'<br> [Bug] HTTP Host directive for skeleton file download 17 17 </table> 18 18 </p> … … 424 424 </li> 425 425 <li> 426 The code provided by NRCan for decoding streams coming in RTIGS format is 32-bit sensitive and can not be compiled on 64-bit Linux systems. Thus, the BNC executable provided for Linux has been generated on a 32-bit system. Because of the usual 32-bit/64-bit binary compatibility of Linux systems, the executable shouldrun on both types of machines.426 The source code provided by NRCan for handling streams coming in RTIGS format is 32-bit sensitive and can not be used for 64-bit Linux systems. Thus, the BNC executable provided for Linux has been compiled on a 32-bit system. Because of the usual 32-bit/64-bit binary compatibility of Linux systems, this executable may run on both types of machines. 427 427 </li> 428 428 <br>
Note:
See TracChangeset
for help on using the changeset viewer.